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