Searched refs:kExampleECKeyDER (Results 1 – 2 of 2) sorted by relevance
/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 | 523 static const unsigned char kExampleECKeyDER[] = { variable 761 {kExampleECKeyDER, sizeof(kExampleECKeyDER), "EC", EVP_PKEY_EC} 773 {kExampleECKeyDER, sizeof(kExampleECKeyDER), "EC", EVP_PKEY_EC, 1, 1, 1, 0}, 820 return load_example_key("EC", kExampleECKeyDER, in load_example_ec_key() 821 sizeof(kExampleECKeyDER)); in load_example_ec_key()
|
Completed in 26 milliseconds