Searched refs:kExampleECKeyDER (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Devp_extra_test.c260 * kExampleECKeyDER is a sample EC private key encoded as an ECPrivateKey
263 static const unsigned char kExampleECKeyDER[] = { variable
917 {kExampleECKeyDER, sizeof(kExampleECKeyDER), EVP_PKEY_EC}
926 {kExampleECKeyDER, sizeof(kExampleECKeyDER), EVP_PKEY_EC, 1, 1, 1, 0},
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Devp_extra_test.c340 * kExampleECKeyDER is a sample EC private key encoded as an ECPrivateKey
343 static const unsigned char kExampleECKeyDER[] = { variable
579 {kExampleECKeyDER, sizeof(kExampleECKeyDER), "EC", EVP_PKEY_EC}
591 {kExampleECKeyDER, sizeof(kExampleECKeyDER), "EC", EVP_PKEY_EC, 1, 1, 1, 0},
636 return load_example_key("EC", kExampleECKeyDER,
637 sizeof(kExampleECKeyDER));
H A Devp_extra_test2.c206 * kExampleECKeyDER is a sample EC private key encoded as an ECPrivateKey
209 static const unsigned char kExampleECKeyDER[] = { variable
253 {kExampleECKeyDER, sizeof(kExampleECKeyDER), EVP_PKEY_EC},

Completed in 193 milliseconds