Searched defs:ppkey (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/openssl/crypto/evp/ |
H A D | pmeth_gn.c | 128 int EVP_PKEY_generate(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey) in EVP_PKEY_generate() 259 int EVP_PKEY_paramgen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey) in EVP_PKEY_paramgen() 268 int EVP_PKEY_keygen(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey) in EVP_PKEY_keygen() 363 int EVP_PKEY_fromdata(EVP_PKEY_CTX *ctx, EVP_PKEY **ppkey, int selection, in EVP_PKEY_fromdata()
|
/freebsd/crypto/openssl/crypto/engine/ |
H A D | eng_pkey.c | 158 ENGINE_load_ssl_client_cert(ENGINE * e,SSL * s,STACK_OF (X509_NAME)* ca_dn,X509 ** pcert,EVP_PKEY ** ppkey,STACK_OF (X509)** pother,UI_METHOD * ui_method,void * callback_data) ENGINE_load_ssl_client_cert() argument
|
/freebsd/crypto/openssl/ssl/ |
H A D | tls_depr.c | 67 int tls_engine_load_ssl_client_cert(SSL *s, X509 **px509, EVP_PKEY **ppkey) in tls_engine_load_ssl_client_cert()
|
/freebsd/crypto/openssl/crypto/asn1/ |
H A D | d2i_pr.c | 33 EVP_PKEY **ppkey = &pkey; in d2i_PrivateKey_decoder() local
|
/freebsd/crypto/openssl/apps/ |
H A D | pkeyutl.c | 528 EVP_PKEY **ppkey, EVP_MD_CTX *mctx, const char *digestname, in init_ctx()
|
/freebsd/contrib/wpa/src/common/ |
H A D | dpp_crypto.c | 2230 struct crypto_ec_key *csign = NULL, *ppkey = NULL; in dpp_gen_reconfig_id() local 2348 struct crypto_ec_point * dpp_decrypt_e_id(struct crypto_ec_key *ppkey, in dpp_decrypt_e_id()
|
H A D | dpp.c | 2861 struct crypto_ec_key *ppkey) in dpp_copy_ppkey() 2901 struct json_token *token, *csign, *ppkey; in dpp_parse_cred_dpp() local 4794 char *key = NULL, *ppkey = NULL; in dpp_configurator_add() local
|
/freebsd/crypto/openssl/crypto/x509/ |
H A D | x_pubkey.c | 398 static int x509_pubkey_decode(EVP_PKEY **ppkey, const X509_PUBKEY *key) in x509_pubkey_decode()
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_clnt.c | 3658 int ssl_do_client_cert_cb(SSL *s, X509 **px509, EVP_PKEY **ppkey) in ssl_do_client_cert_cb()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | apps.c | 863 EVP_PKEY **ppkey, EVP_PKEY **ppubkey, in load_key_certs_crls_suppress() 1096 EVP_PKEY **ppkey, EVP_PKEY **ppubkey, in load_key_certs_crls()
|