Searched refs:kExampleRSAKeyDER (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/evp/
H A Devp_extra_test.c79 * kExampleRSAKeyDER is an RSA private key in ASN.1, DER format. Of course, you
82 static const unsigned char kExampleRSAKeyDER[] = { variable
153 * kExampleRSAKeyPKCS8 is kExampleRSAKeyDER encoded in a PKCS #8
251 const unsigned char *derp = kExampleRSAKeyDER;
255 if (!d2i_RSAPrivateKey(&rsa, &derp, sizeof(kExampleRSAKeyDER))) {
456 if (!test_d2i_AutoPrivateKey(kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER),
458 fprintf(stderr, "d2i_AutoPrivateKey(kExampleRSAKeyDER) failed\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/evp/
H A Devp_extra_test.c79 * kExampleRSAKeyDER is an RSA private key in ASN.1, DER format. Of course, you
82 static const unsigned char kExampleRSAKeyDER[] = { variable
153 * kExampleRSAKeyPKCS8 is kExampleRSAKeyDER encoded in a PKCS #8
251 const unsigned char *derp = kExampleRSAKeyDER;
255 if (!d2i_RSAPrivateKey(&rsa, &derp, sizeof(kExampleRSAKeyDER))) {
456 if (!test_d2i_AutoPrivateKey(kExampleRSAKeyDER, sizeof(kExampleRSAKeyDER),
458 fprintf(stderr, "d2i_AutoPrivateKey(kExampleRSAKeyDER) failed\n");

Completed in 66 milliseconds