Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Devp_extra_test2.c1355 static const unsigned char kExampleECKeyDER[] = { variable
1513 { kExampleECKeyDER, sizeof(kExampleECKeyDER), EVP_PKEY_EC },
H A Devp_extra_test.c600 static const unsigned char kExampleECKeyDER[] = { variable
861 { kExampleECKeyDER, sizeof(kExampleECKeyDER), "EC", EVP_PKEY_EC }
880 { kExampleECKeyDER, sizeof(kExampleECKeyDER), "EC", EVP_PKEY_EC, 1, 1, 1, 0 },
926 return load_example_key("EC", kExampleECKeyDER, in load_example_ec_key()
927 sizeof(kExampleECKeyDER)); in load_example_ec_key()