Home
last modified time | relevance | path

Searched refs:cryptoctx (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_clnt.c155 retval = pkinit_get_kdc_cert(context, plgctx->cryptoctx, reqctx->cryptoctx,
325 reqctx->cryptoctx, reqctx->idctx,
667 reqctx->cryptoctx, reqctx->idctx,
802 reqctx->cryptoctx, reqctx->idctx,
1081 reqctx->cryptoctx, reqctx->idopts,
1177 plgctx->cryptoctx, reqctx->cryptoctx, reqctx->idctx,
1189 reqctx->cryptoctx, reqctx->idctx, algId,
1254 reqctx->cryptoctx = NULL;
1288 if (reqctx->cryptoctx != NULL)
1320 if (reqctx->cryptoctx != NULL)
[all …]
H A Dpkinit_srv.c181 reqctx->cryptoctx, plgctx->idctx, in verify_client_san()
303 reqctx->cryptoctx, plgctx->idctx, in verify_client_eku()
391 reqctx->cryptoctx, plgctx->idctx, CMS_SIGN_CLIENT, in pkinit_server_verify_padata()
412 reqctx->cryptoctx, plgctx->idctx, CMS_SIGN_DRAFT9, in pkinit_server_verify_padata()
464 retval = server_check_dh(context, plgctx->cryptoctx, in pkinit_server_verify_padata()
465 reqctx->cryptoctx, plgctx->idctx, in pkinit_server_verify_padata()
524 reqctx->cryptoctx, plgctx->idctx, in pkinit_server_verify_padata()
546 reqctx->cryptoctx, plgctx->idctx, in pkinit_server_verify_padata()
632 if (pkinit_create_edata(context, plgctx->cryptoctx, reqctx->cryptoctx, in pkinit_server_verify_padata()
1347 pkinit_fini_plg_crypto(plgctx->cryptoctx); in pkinit_server_plugin_fini_realm()
[all …]
H A Dpkinit.h213 pkinit_plg_crypto_context cryptoctx; member
224 pkinit_req_crypto_context cryptoctx; member
237 pkinit_plg_crypto_context cryptoctx; member
251 pkinit_req_crypto_context cryptoctx; member
H A Dpkinit_crypto_openssl.c496 *cryptoctx = ctx; in pkinit_init_plg_crypto()
510 if (cryptoctx == NULL) in pkinit_fini_plg_crypto()
514 free(cryptoctx); in pkinit_fini_plg_crypto()
567 if (cryptoctx == NULL) in pkinit_init_req_crypto()
578 *cryptoctx = ctx; in pkinit_init_req_crypto()
2296 if (cryptoctx->dh == NULL) { in client_create_dh()
2319 if (cryptoctx->dh == NULL) in client_create_dh()
2385 if (cryptoctx->dh != NULL) in client_create_dh()
2386 DH_free(cryptoctx->dh); in client_create_dh()
2387 cryptoctx->dh = NULL; in client_create_dh()
[all …]
H A Dpkinit_crypto_openssl.h181 (krb5_context context, pkinit_identity_crypto_context cryptoctx,
190 (krb5_context context, pkinit_identity_crypto_context cryptoctx,