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

/freebsd-current/crypto/openssl/test/
H A Devp_extra_test.c340 * kExampleECKeyDER is a sample EC private key encoded as an ECPrivateKey
343 static const unsigned char kExampleECKeyDER[] = { variable
579 {kExampleECKeyDER, sizeof(kExampleECKeyDER), "EC", EVP_PKEY_EC}
591 {kExampleECKeyDER, sizeof(kExampleECKeyDER), "EC", EVP_PKEY_EC, 1, 1, 1, 0},
636 return load_example_key("EC", kExampleECKeyDER,
637 sizeof(kExampleECKeyDER));
H A Devp_extra_test2.c206 * kExampleECKeyDER is a sample EC private key encoded as an ECPrivateKey
209 static const unsigned char kExampleECKeyDER[] = { variable
253 {kExampleECKeyDER, sizeof(kExampleECKeyDER), EVP_PKEY_EC},

Completed in 71 milliseconds