Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/test/
Devp_extra_test2.c209 static const unsigned char kExampleECKeyDER[] = { variable
253 {kExampleECKeyDER, sizeof(kExampleECKeyDER), EVP_PKEY_EC},
Devp_extra_test.c343 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, in load_example_ec_key()
637 sizeof(kExampleECKeyDER)); in load_example_ec_key()