Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Devp_extra_test2.c217 static const unsigned char kExampleECKeyDER[] = { variable
265 {kExampleECKeyDER, sizeof(kExampleECKeyDER), EVP_PKEY_EC},
H A Devp_extra_test.c599 static const unsigned char kExampleECKeyDER[] = { variable
859 {kExampleECKeyDER, sizeof(kExampleECKeyDER), "EC", EVP_PKEY_EC}
878 {kExampleECKeyDER, sizeof(kExampleECKeyDER), "EC", EVP_PKEY_EC, 1, 1, 1, 0},
925 return load_example_key("EC", kExampleECKeyDER, in load_example_ec_key()
926 sizeof(kExampleECKeyDER)); in load_example_ec_key()