Home
last modified time | relevance | path

Searched refs:req_cryptoctx (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto.h128 pkinit_req_crypto_context req_cryptoctx, /* IN */
154 pkinit_req_crypto_context req_cryptoctx, /* IN */
188 pkinit_req_crypto_context req_cryptoctx, /* IN */
209 pkinit_req_crypto_context req_cryptoctx, /* IN */
232 pkinit_req_crypto_context req_cryptoctx, /* IN */
265 pkinit_req_crypto_context req_cryptoctx, /* IN */
300 pkinit_req_crypto_context req_cryptoctx, /* IN */
321 pkinit_req_crypto_context req_cryptoctx, /* IN */
340 pkinit_req_crypto_context req_cryptoctx, /* IN */
354 pkinit_req_crypto_context req_cryptoctx, /* IN */
[all …]
H A Dpkinit_identity.c415 pkinit_req_crypto_context req_cryptoctx, in process_option_identity() argument
472 req_cryptoctx, idopts, id_cryptoctx, in process_option_identity()
504 pkinit_req_crypto_context req_cryptoctx, in process_option_ca_crl() argument
532 req_cryptoctx, in process_option_ca_crl()
540 pkinit_req_crypto_context req_cryptoctx, in pkinit_identity_process_option() argument
551 req_cryptoctx, idopts, in pkinit_identity_process_option()
556 req_cryptoctx, idopts, in pkinit_identity_process_option()
562 req_cryptoctx, idopts, in pkinit_identity_process_option()
568 req_cryptoctx, idopts, in pkinit_identity_process_option()
585 pkinit_req_crypto_context req_cryptoctx, in pkinit_identity_initialize() argument
[all …]
H A Dpkinit_crypto_openssl.c493 pkinit_fini_req_crypto(pkinit_req_crypto_context req_cryptoctx) in pkinit_fini_req_crypto() argument
495 if (req_cryptoctx == NULL) in pkinit_fini_req_crypto()
498 pkiDebug("%s: freeing ctx at %p\n", __FUNCTION__, req_cryptoctx); in pkinit_fini_req_crypto()
499 if (req_cryptoctx->dh != NULL) in pkinit_fini_req_crypto()
500 DH_free(req_cryptoctx->dh); in pkinit_fini_req_crypto()
501 if (req_cryptoctx->received_cert != NULL) in pkinit_fini_req_crypto()
502 X509_free(req_cryptoctx->received_cert); in pkinit_fini_req_crypto()
504 free(req_cryptoctx); in pkinit_fini_req_crypto()
843 pkinit_req_crypto_context req_cryptoctx, in cms_signeddata_create() argument
1649 pkinit_req_crypto_context req_cryptoctx, in cms_envelopeddata_verify() argument
[all …]
H A Dpkinit_matching.c558 pkinit_req_crypto_context req_cryptoctx, in check_all_certs() argument
677 pkinit_req_crypto_context req_cryptoctx, in obtain_all_cert_matching_data() argument
687 retval = crypto_cert_get_count(context, plg_cryptoctx, req_cryptoctx, in obtain_all_cert_matching_data()
702 retval = crypto_cert_iteration_begin(context, plg_cryptoctx, req_cryptoctx, in obtain_all_cert_matching_data()
750 pkinit_req_crypto_context req_cryptoctx, in pkinit_cert_matching() argument
771 req_cryptoctx, id_cryptoctx); in pkinit_cert_matching()
803 req_cryptoctx, id_cryptoctx, in pkinit_cert_matching()
813 retval = check_all_certs(context, plg_cryptoctx, req_cryptoctx, in pkinit_cert_matching()
H A Dpkinit.h282 pkinit_req_crypto_context req_cryptoctx, /* IN */
291 pkinit_req_crypto_context req_cryptoctx,
H A Dpkinit_crypto_openssl.h214 pkinit_req_crypto_context req_cryptoctx,
259 pkinit_req_crypto_context req_cryptoctx,
H A Dpkinit_srv.c102 pkinit_req_crypto_context req_cryptoctx, in pkinit_create_edata() argument
115 plg_cryptoctx, req_cryptoctx, id_cryptoctx, e_data); in pkinit_create_edata()
119 req_cryptoctx, id_cryptoctx, opts, e_data); in pkinit_create_edata()
124 plg_cryptoctx, req_cryptoctx, id_cryptoctx, e_data); in pkinit_create_edata()