Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Devp_extra_test2.c111 * kExampleRSAKeyPKCS8 is kExampleRSAKeyDER encoded in a PKCS #8
114 static const unsigned char kExampleRSAKeyPKCS8[] = {
283 { kExampleRSAKeyPKCS8, sizeof(kExampleRSAKeyPKCS8), EVP_PKEY_RSA },
684 && TEST_ptr(in = BIO_new_mem_buf(kExampleRSAKeyPKCS8,
685 sizeof(kExampleRSAKeyPKCS8)))
661 static const unsigned char kExampleRSAKeyPKCS8[] = { global() variable
H A Devp_extra_test.c462 * kExampleRSAKeyPKCS8 is kExampleRSAKeyDER encoded in a PKCS#8 v1
465 static const unsigned char kExampleRSAKeyPKCS8[] = { variable
522 * kExampleRSAKeyPKCS8 is kExampleRSAKeyDER encoded in a PKCS#8 v2
859 { kExampleRSAKeyPKCS8, sizeof(kExampleRSAKeyPKCS8), "RSA", EVP_PKEY_RSA },
2420 /* This uses kExampleRSAKeyDER and kExampleRSAKeyPKCS8 to verify encoding */ in test_privatekey_to_pkcs8()
2437 kExampleRSAKeyPKCS8, sizeof(kExampleRSAKeyPKCS8))