Searched refs:kExampleECKeyDER (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | evp_extra_test2.c | 217 static const unsigned char kExampleECKeyDER[] = { variable 265 {kExampleECKeyDER, sizeof(kExampleECKeyDER), EVP_PKEY_EC},
|
| H A D | evp_extra_test.c | 599 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()
|