Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/evp/
Devp_extra_test.cc243 static const uint8_t kExampleECKeyDER[] = { variable
466 TestValidPrivateKey(kExampleECKeyDER, sizeof(kExampleECKeyDER), EVP_PKEY_EC); in TEST()
525 ParsePrivateKey(EVP_PKEY_EC, kExampleECKeyDER, sizeof(kExampleECKeyDER))); in TEST()