#include <ipxe/rsa.h>
#include <ipxe/asn1.h>
Go to the source code of this file.
◆ FILE_LICENCE()
FILE_LICENCE |
( |
GPL2_OR_LATER_OR_UBDL |
| ) |
|
◆ oid_rsa_encryption
"rsaEncryption" object identifier
Definition at line 30 of file oid_rsa.c.
◆ __asn1_algorithm
Initial value:= {
.name = "rsaEncryption",
}
#define ASN1_CURSOR(value)
Define an ASN.1 cursor for a static value.
static uint8_t oid_rsa_encryption[]
"rsaEncryption" object identifier
struct pubkey_algorithm rsa_algorithm
RSA public-key algorithm.
#define NULL
NULL pointer (VOID *)
"rsaEncryption" OID-identified algorithm
"aes128-cbc" OID-identified algorithm
Definition at line 33 of file oid_rsa.c.