Home
last modified time | relevance | path

Searched refs:reqctx (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_clnt.c325 reqctx->cryptoctx, reqctx->idctx,
348 reqctx->cryptoctx, reqctx->idctx, reqctx->opts->dh_size,
405 reqctx->cryptoctx, reqctx->idctx, CMS_SIGN_CLIENT, 1,
421 reqctx->cryptoctx, reqctx->idctx, CMS_SIGN_DRAFT9, 1,
569 reqctx->cryptoctx, reqctx->idctx,
667 reqctx->cryptoctx, reqctx->idctx,
746 reqctx->cryptoctx, reqctx->idctx, pa_type,
802 reqctx->cryptoctx, reqctx->idctx,
1081 reqctx->cryptoctx, reqctx->idopts,
1189 reqctx->cryptoctx, reqctx->idctx, algId,
[all …]
H A Dpkinit_srv.c168 pkinit_kdc_req_context reqctx, in verify_client_san() argument
288 pkinit_kdc_req_context reqctx, in verify_client_eku() argument
626 *pa_request_context = reqctx; in pkinit_server_verify_padata()
627 reqctx = NULL; in pkinit_server_verify_padata()
655 if (reqctx != NULL) in pkinit_server_verify_padata()
1375 reqctx = (pkinit_kdc_req_context)malloc(sizeof(*reqctx)); in pkinit_init_kdc_req_context()
1376 if (reqctx == NULL) in pkinit_init_kdc_req_context()
1378 (void) memset(reqctx, 0, sizeof(*reqctx)); in pkinit_init_kdc_req_context()
1388 *ctx = reqctx; in pkinit_init_kdc_req_context()
1402 if (reqctx == NULL || reqctx->magic != PKINIT_CTX_MAGIC) { in pkinit_fini_kdc_req_context()
[all …]
H A Dpkinit_crypto_openssl.h141 pkinit_req_crypto_context reqctx; member
151 pkinit_req_crypto_context reqctx; member
H A Dpkinit_crypto_openssl.c1480 reqctx->received_cert = X509_dup( in cms_signeddata_verify()
1584 reqctx->received_cert = X509_dup(x); in cms_signeddata_verify()
1645 pkinit_req_crypto_context reqctx, in cms_envelopeddata_create() argument
1689 if (reqctx->received_cert == NULL) { in cms_envelopeddata_create()
1939 pkinit_req_crypto_context reqctx, in crypto_retrieve_X509_sans() argument
2104 pkinit_req_crypto_context reqctx, in crypto_retrieve_cert_sans() argument
2112 if (reqctx->received_cert == NULL) { in crypto_retrieve_cert_sans()
2142 if (reqctx->received_cert == NULL) in crypto_check_cert_eku()
2187 if (!ku_reject(reqctx->received_cert, in crypto_check_cert_eku()
5592 id->reqctx = req_cryptoctx,
[all …]