Home
last modified time | relevance | path

Searched refs:inctx (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Drd_req.c844 krb5_rd_req_in_ctx inctx, in krb5_rd_req_ctx() argument
889 if (inctx && inctx->keytab) in krb5_rd_req_ctx()
890 id = inctx->keytab; in krb5_rd_req_ctx()
898 } else if(inctx && inctx->keyblock){ in krb5_rd_req_ctx()
900 inctx->keyblock, in krb5_rd_req_ctx()
1036 if (inctx == NULL || inctx->check_pac) { in krb5_rd_req_ctx()
/freebsd/crypto/openssl/apps/
H A Ds_server.c477 X509_STORE_CTX *inctx = NULL; in get_ocsp_resp_from_responder() local
511 inctx = X509_STORE_CTX_new(); in get_ocsp_resp_from_responder()
512 if (inctx == NULL) in get_ocsp_resp_from_responder()
514 if (!X509_STORE_CTX_init(inctx, in get_ocsp_resp_from_responder()
518 obj = X509_STORE_CTX_get_obj_by_subject(inctx, X509_LU_X509, in get_ocsp_resp_from_responder()
566 X509_STORE_CTX_free(inctx); in get_ocsp_resp_from_responder()