struct cipher_algorithm aes_cbc_algorithm
int asn1_parse_cbc(struct asn1_algorithm *algorithm, struct asn1_cursor *params)
Parse ASN.1 CBC cipher parameters.
#define __asn1_algorithm
Declare an ASN.1 OID-identified algorithm.
#define ASN1_CURSOR(value)
Define an ASN.1 cursor for a static value.
#define ASN1_OID_AES192_CBC
ASN.1 OID for id-aes192-cbc (2.16.840.1.101.3.4.1.22)
#define ASN1_OID_AES256_CBC
ASN.1 OID for id-aes256-cbc (2.16.840.1.101.3.4.1.42)
#define ASN1_OID_AES128_CBC
ASN.1 OID for id-aes128-cbc (2.16.840.1.101.3.4.1.2)
#define FILE_LICENCE(_licence)
Declare a particular licence as applying to a file.
#define FILE_SECBOOT(_status)
Declare a file's UEFI Secure Boot permission status.
static uint8_t oid_aes_128_cbc[]
"aes128-cbc" object identifier
static uint8_t oid_aes_192_cbc[]
"aes192-cbc" object identifier
static uint8_t oid_aes_256_cbc[]
"aes256-cbc" object identifier
An ASN.1 OID-identified algorithm.