Lines Matching defs:req_cryptoctx

493 pkinit_fini_req_crypto(pkinit_req_crypto_context req_cryptoctx)
495 if (req_cryptoctx == NULL)
498 pkiDebug("%s: freeing ctx at %p\n", __FUNCTION__, req_cryptoctx);
499 if (req_cryptoctx->dh != NULL)
500 DH_free(req_cryptoctx->dh);
501 if (req_cryptoctx->received_cert != NULL)
502 X509_free(req_cryptoctx->received_cert);
504 free(req_cryptoctx);
843 pkinit_req_crypto_context req_cryptoctx,
1649 pkinit_req_crypto_context req_cryptoctx,
1780 retval = cms_signeddata_verify(context, plg_cryptoctx, req_cryptoctx,
2346 pkinit_req_crypto_context req_cryptoctx,
2395 req_cryptoctx->dh = dh;
2626 pkinit_req_crypto_context req_cryptoctx,
2639 req_cryptoctx, id_cryptoctx, &krb5_trusted_certifiers);
2647 req_cryptoctx, id_cryptoctx, &krb5_trusted_certifiers);
2720 pkinit_req_crypto_context req_cryptoctx,
2727 plg_cryptoctx, req_cryptoctx, id_cryptoctx,
2737 pkinit_req_crypto_context req_cryptoctx,
2744 plg_cryptoctx, req_cryptoctx, id_cryptoctx,
2754 pkinit_req_crypto_context req_cryptoctx,
2948 pkinit_req_crypto_context req_cryptoctx,
3014 pkinit_req_crypto_context req_cryptoctx,
3078 if (req_cryptoctx->dh != NULL) {
3079 DH_free(req_cryptoctx->dh);
3080 req_cryptoctx->dh = NULL;
3083 req_cryptoctx->dh = dh;
3733 pkinit_req_crypto_context req_cryptoctx,
3883 r = pkinit_cert_matching(context, plg_cryptoctx, req_cryptoctx,
3895 (void) crypto_free_cert_info(context, plg_cryptoctx, req_cryptoctx,
3925 pkinit_req_crypto_context req_cryptoctx,
4141 req_cryptoctx, cctx, princ,
4177 req_cryptoctx, cctx, princ,
4313 req_cryptoctx, cctx, princ, do_matching, 1);
4831 pkinit_req_crypto_context req_cryptoctx,
4836 if (req_cryptoctx == NULL)
4839 req_cryptoctx->received_cert = NULL;
4847 pkinit_req_crypto_context req_cryptoctx,
5036 pkinit_req_crypto_context req_cryptoctx,
5065 pkinit_req_crypto_context req_cryptoctx,
5167 pkinit_req_crypto_context req_cryptoctx,
5271 return (pkinit_open_session(context, plg_cryptoctx, req_cryptoctx,
5299 pkinit_req_crypto_context req_cryptoctx,
5319 pkinit_req_crypto_context req_cryptoctx,
5330 req_cryptoctx, idopts,
5335 req_cryptoctx, idopts,
5341 req_cryptoctx, idopts,
5347 req_cryptoctx, idopts,
5365 pkinit_req_crypto_context req_cryptoctx,
5389 pkinit_req_crypto_context req_cryptoctx,
5405 id->reqctx = req_cryptoctx,
5760 pkinit_req_crypto_context req_cryptoctx,
5766 retval = crypto_cert_get_count(context, plg_cryptoctx, req_cryptoctx,
5815 pkinit_req_crypto_context req_cryptoctx,
5976 pkinit_req_crypto_context req_cryptoctx,
6008 retval = load_cas_and_crls(context, plg_cryptoctx, req_cryptoctx,
6027 pkinit_req_crypto_context req_cryptoctx,
6039 return load_cas_and_crls(context, plg_cryptoctx, req_cryptoctx,
6042 return load_cas_and_crls_dir(context, plg_cryptoctx, req_cryptoctx,
6163 pkinit_req_crypto_context req_cryptoctx,
6172 if (req_cryptoctx->received_cert == NULL)
6178 sk_X509_push(sk, req_cryptoctx->received_cert);
6192 pkinit_req_crypto_context req_cryptoctx,
6231 pkinit_req_crypto_context req_cryptoctx,
6251 pkinit_req_crypto_context req_cryptoctx,
6338 pkinit_req_crypto_context req_cryptoctx,
6347 X509 *cert = req_cryptoctx->received_cert;
6351 if (req_cryptoctx->received_cert == NULL)
6414 pkinit_req_crypto_context req_cryptoctx,