iPXE
Functions | Variables
oid_sha512_224.c File Reference
#include <ipxe/sha512.h>
#include <ipxe/asn1.h>

Go to the source code of this file.

Functions

 FILE_LICENCE (GPL2_OR_LATER_OR_UBDL)
 

Variables

static uint8_t oid_sha512_224 [] = { ASN1_OID_SHA512_224 }
 "sha512_224" object identifier More...
 
struct asn1_algorithm oid_sha512_224_algorithm __asn1_algorithm
 "sha512_224" OID-identified algorithm More...
 

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )

Variable Documentation

◆ oid_sha512_224

uint8_t oid_sha512_224[] = { ASN1_OID_SHA512_224 }
static

"sha512_224" object identifier

Definition at line 30 of file oid_sha512_224.c.

◆ __asn1_algorithm

struct asn1_algorithm oid_sha512_224_algorithm __asn1_algorithm
Initial value:
= {
.name = "sha512/224",
}
#define ASN1_CURSOR(value)
Define an ASN.1 cursor for a static value.
Definition: asn1.h:305
struct digest_algorithm sha512_224_algorithm
SHA-512/224 algorithm.
Definition: sha512_224.c:64
static uint8_t oid_sha512_224[]
"sha512_224" object identifier

"sha512_224" OID-identified algorithm

"md4" OID-identified algorithm

Definition at line 33 of file oid_sha512_224.c.