Home
last modified time | relevance | path

Searched refs:oid_rsa_encryption (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/crypto/
Dx509.c37 static const uint8_t oid_rsa_encryption[] = { 0x2a, 0x86, 0x48, 0x86, 0xf7, variable
124 if ( ( algorithm.len != sizeof ( oid_rsa_encryption ) ) || in x509_rsa_public_key()
125 ( memcmp ( algorithm.data, &oid_rsa_encryption, in x509_rsa_public_key()
126 sizeof ( oid_rsa_encryption ) ) != 0 ) ) { in x509_rsa_public_key()