Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-pkcs11-client.c461 EC_KEY *ec_priv = NULL, *ec_cert = NULL; in pkcs11_make_cert() local
494 if ((ec_priv = EVP_PKEY_get1_EC_KEY(priv->pkey)) == NULL) in pkcs11_make_cert()
496 if ((helper = helper_by_ec(ec_priv)) == NULL || in pkcs11_make_cert()
509 EC_KEY_free(ec_priv); in pkcs11_make_cert()
/freebsd/crypto/openssl/test/
H A Devp_extra_test.c895 static unsigned char ec_priv[] = { variable
927 if (!TEST_ptr(priv = BN_bin2bn(ec_priv, sizeof(ec_priv), NULL))) in test_EC_priv_pub()
1085 if (!TEST_ptr(priv = BN_bin2bn(ec_priv, sizeof(ec_priv), NULL))) in test_EC_priv_only_legacy()