Searched refs:EVP_PKEY_set1_EC_KEY (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/x509/
H A Dx_pubkey.c334 EVP_PKEY_set1_EC_KEY(pktmp, a);
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Dp_lib.c513 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, EC_KEY *key) function
/freebsd-12-stable/crypto/openssl/crypto/ec/
H A Dec_ameth.c693 EVP_PKEY_set1_EC_KEY(pkpeer, ecpeer);
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c1898 if (!params || EVP_PKEY_set1_EC_KEY(params, ec_params) != 1) {
2046 if (!peerkey || EVP_PKEY_set1_EC_KEY(peerkey, eckey) != 1)
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Devp.h1034 int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, struct ec_key_st *key);
/freebsd-12-stable/contrib/wpa/src/common/
H A Ddpp.c565 if (!pkey || EVP_PKEY_set1_EC_KEY(pkey, eckey) != 1) {
1245 if (!params || EVP_PKEY_set1_EC_KEY(params, ec_params) != 1) {
7391 EVP_PKEY_set1_EC_KEY(pkex->x, X_ec) != 1)
7716 EVP_PKEY_set1_EC_KEY(pkex->y, Y_ec) != 1)
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
H A DMakefile1694 MLINKS+= EVP_PKEY_set1_RSA.3 EVP_PKEY_set1_EC_KEY.3

Completed in 123 milliseconds