Searched refs:req_cryptoctx (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
H A D | pkinit_crypto.h | 119 pkinit_req_crypto_context req_cryptoctx, /* IN */ 131 pkinit_req_crypto_context req_cryptoctx, /* IN */ 154 pkinit_req_crypto_context req_cryptoctx, /* IN */ 202 pkinit_req_crypto_context req_cryptoctx, /* IN */ 235 pkinit_req_crypto_context req_cryptoctx, /* IN */ 254 pkinit_req_crypto_context req_cryptoctx, /* IN */ 269 pkinit_req_crypto_context req_cryptoctx, /* IN */ 288 pkinit_req_crypto_context req_cryptoctx, /* IN */ 302 pkinit_req_crypto_context req_cryptoctx, /* IN */ 321 pkinit_req_crypto_context req_cryptoctx, /* IN */ [all …]
|
H A D | pkinit_identity.c | 380 pkinit_req_crypto_context req_cryptoctx, in process_option_identity() argument 427 return process_option_identity(context, plg_cryptoctx, req_cryptoctx, in process_option_identity() 458 retval = crypto_load_certs(context, plg_cryptoctx, req_cryptoctx, idopts, in process_option_identity() 463 crypto_free_cert_info(context, plg_cryptoctx, req_cryptoctx, id_cryptoctx); in process_option_identity() 470 pkinit_req_crypto_context req_cryptoctx, in process_option_ca_crl() argument 498 req_cryptoctx, in process_option_ca_crl() 511 pkinit_req_crypto_context req_cryptoctx, in pkinit_identity_initialize() argument 538 req_cryptoctx, idopts, in pkinit_identity_initialize() 544 req_cryptoctx, idopts, in pkinit_identity_initialize() 573 pkinit_req_crypto_context req_cryptoctx, in pkinit_identity_prompt() argument [all …]
|
H A D | pkinit_crypto_openssl.c | 158 pkinit_req_crypto_context req_cryptoctx, 196 pkinit_req_crypto_context req_cryptoctx, 1256 pkinit_fini_req_crypto(pkinit_req_crypto_context req_cryptoctx) in pkinit_fini_req_crypto() argument 1258 if (req_cryptoctx == NULL) in pkinit_fini_req_crypto() 1261 pkiDebug("%s: freeing ctx at %p\n", __FUNCTION__, req_cryptoctx); in pkinit_fini_req_crypto() 1262 EVP_PKEY_free(req_cryptoctx->client_pkey); in pkinit_fini_req_crypto() 1263 X509_free(req_cryptoctx->received_cert); in pkinit_fini_req_crypto() 1265 free(req_cryptoctx); in pkinit_fini_req_crypto() 1656 pkinit_req_crypto_context req_cryptoctx, /* IN */ in cms_contentinfo_create() argument 1716 pkinit_req_crypto_context req_cryptoctx, in cms_signeddata_create() argument [all …]
|
H A D | pkinit.h | 275 pkinit_req_crypto_context req_cryptoctx, /* IN */ 285 pkinit_req_crypto_context req_cryptoctx, /* IN */ 296 pkinit_req_crypto_context req_cryptoctx,
|
H A D | pkinit_matching.c | 543 pkinit_req_crypto_context req_cryptoctx, in check_all_certs() argument 619 pkinit_req_crypto_context req_cryptoctx, in pkinit_cert_matching() argument 638 req_cryptoctx, id_cryptoctx); in pkinit_cert_matching() 667 req_cryptoctx, id_cryptoctx, in pkinit_cert_matching() 677 retval = check_all_certs(context, plg_cryptoctx, req_cryptoctx, in pkinit_cert_matching()
|
H A D | pkinit_srv.c | 104 pkinit_req_crypto_context req_cryptoctx, in pkinit_create_edata() argument 117 … plg_cryptoctx, req_cryptoctx, id_cryptoctx, e_data_out); in pkinit_create_edata() 121 req_cryptoctx, id_cryptoctx, opts, e_data_out); in pkinit_create_edata() 126 … plg_cryptoctx, req_cryptoctx, id_cryptoctx, e_data_out); in pkinit_create_edata()
|