Home
last modified time | relevance | path

Searched refs:EVP_PKEY_new (Results 1 – 25 of 26) sorted by relevance

12

/dragonfly/crypto/libressl/crypto/dsa/
H A Ddsa_prn.c103 pk = EVP_PKEY_new(); in DSA_print()
117 pk = EVP_PKEY_new(); in DSAparams_print()
/dragonfly/crypto/libressl/crypto/evp/
H A Dpmeth_gn.c108 *ppkey = EVP_PKEY_new(); in EVP_PKEY_paramgen()
154 *ppkey = EVP_PKEY_new(); in EVP_PKEY_keygen()
H A Devp_pkey.c80 if (!(pkey = EVP_PKEY_new())) { in EVP_PKCS82PKEY()
H A Dp_lib.c200 EVP_PKEY_new(void) in EVP_PKEY_new() function
288 if ((ret = EVP_PKEY_new()) == NULL) in EVP_PKEY_new_CMAC_key()
/dragonfly/crypto/libressl/crypto/rsa/
H A Drsa_prn.c87 pk = EVP_PKEY_new(); in RSA_print()
/dragonfly/crypto/libressl/crypto/ec/
H A Deck_prn.c125 pk = EVP_PKEY_new(); in EC_KEY_print()
138 pk = EVP_PKEY_new(); in ECParameters_print()
H A Dec_ameth.c724 pkpeer = EVP_PKEY_new(); in ecdh_cms_set_peerkey()
/dragonfly/crypto/libressl/crypto/asn1/
H A Da_pubkey.c87 if ((ret = EVP_PKEY_new()) == NULL) { in d2i_PublicKey()
H A Dx_pubkey.c192 if ((ret = EVP_PKEY_new()) == NULL) { in X509_PUBKEY_get0()
311 if ((pkey = pktmp = EVP_PKEY_new()) == NULL) in pubkey_ex_i2d()
353 if ((*pval = (ASN1_VALUE *)EVP_PKEY_new()) == NULL) in pkey_pubkey_ex_new()
H A Da_pkey.c84 if ((ret = EVP_PKEY_new()) == NULL) { in d2i_PrivateKey()
/dragonfly/crypto/libressl/crypto/x509/
H A Dx_all.c331 return ASN1_d2i_bio_of(EVP_PKEY, EVP_PKEY_new, d2i_AutoPrivateKey, in d2i_PrivateKey_bio()
344 return ASN1_d2i_fp_of(EVP_PKEY, EVP_PKEY_new, d2i_AutoPrivateKey, in d2i_PrivateKey_fp()
/dragonfly/contrib/ldns/
H A Dkeys.c295 evp_key = EVP_PKEY_new(); in ldns_key_new_frm_fp_ecdsa_l()
1256 k->_key.key = EVP_PKEY_new(); in ldns_key_new_frm_algorithm()
1358 EVP_PKEY *key = EVP_PKEY_new(); in ldns_key_set_rsa_key()
1367 EVP_PKEY *key = EVP_PKEY_new(); in ldns_key_set_dsa_key()
1378 EVP_PKEY *key = EVP_PKEY_new(); in ldns_key_assign_rsa_key()
1387 EVP_PKEY *key = EVP_PKEY_new(); in ldns_key_assign_dsa_key()
H A Ddnssec_verify.c1973 evp_key = EVP_PKEY_new(); in ldns_ecdsa2pkey_raw()
2689 evp_key = EVP_PKEY_new();
2719 evp_key = EVP_PKEY_new();
2745 evp_key = EVP_PKEY_new();
2780 evp_key = EVP_PKEY_new();
2815 evp_key = EVP_PKEY_new();
/dragonfly/crypto/libressl/ssl/
H A Dssl_rsa.c157 if ((pkey = EVP_PKEY_new()) == NULL) { in SSL_use_RSAPrivateKey()
506 if ((pkey = EVP_PKEY_new()) == NULL) { in SSL_CTX_use_RSAPrivateKey()
H A Ds3_lib.c1709 if ((pkey = EVP_PKEY_new()) == NULL) in _SSL_get_peer_tmp_key()
/dragonfly/crypto/libressl/crypto/pem/
H A Dpem_pkey.c192 ret = EVP_PKEY_new(); in PEM_read_bio_Parameters()
H A Dpvkfmt.c324 ret = EVP_PKEY_new(); in b2i_dss()
375 ret = EVP_PKEY_new(); in b2i_rsa()
/dragonfly/crypto/libressl/apps/openssl/
H A Ddsa.c339 pk = EVP_PKEY_new(); in dsa_main()
H A Drsa.c384 pk = EVP_PKEY_new(); in rsa_main()
H A Dapps.c722 pkey = EVP_PKEY_new(); in load_pubkey()
732 pkey = EVP_PKEY_new(); in load_pubkey()
/dragonfly/crypto/libressl/crypto/gost/
H A Dgostr341001_pmeth.c508 sec_key = EVP_PKEY_new(); in pkey_gost01_encrypt()
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c1897 params = EVP_PKEY_new(); in crypto_ecdh_init()
2045 peerkey = EVP_PKEY_new(); in crypto_ecdh_set_peerkey()
/dragonfly/crypto/libressl/
H A DREADME.DELETED352 man/EVP_PKEY_new.3
/dragonfly/crypto/libressl/include/openssl/
H A Devp.h827 EVP_PKEY *EVP_PKEY_new(void);
/dragonfly/contrib/wpa_supplicant/src/common/
H A Ddpp.c564 pkey = EVP_PKEY_new(); in dpp_set_pubkey_point_group()
1244 params = EVP_PKEY_new(); in dpp_gen_keypair()
1308 pkey = EVP_PKEY_new(); in dpp_set_keypair()
7389 pkex->x = EVP_PKEY_new(); in dpp_pkex_rx_exchange_req()
7714 pkex->y = EVP_PKEY_new(); in dpp_pkex_rx_exchange_resp()

12