Searched refs:kcf_new_ctx (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/crypto/api/ |
H A D | kcf_sign.c | 68 if ((ctx = kcf_new_ctx(crq, real_provider, sid)) == NULL) { in crypto_sign_init_prov() 408 if ((ctx = kcf_new_ctx(crq, real_provider, sid)) == NULL) { in crypto_sign_recover_init_prov()
|
H A D | kcf_verify.c | 68 if ((ctx = kcf_new_ctx(crq, real_provider, sid)) == NULL) { in crypto_verify_init_prov() 410 if ((ctx = kcf_new_ctx(crq, real_provider, sid)) == NULL) { in crypto_verify_recover_init_prov()
|
H A D | kcf_dual.c | 487 ctx = kcf_new_ctx(cr, real_provider, sid); in crypto_encrypt_mac_init_prov() 640 ctx = kcf_new_ctx(cr, pd, pd->pd_sid); in crypto_encrypt_mac_init() 801 ctx = kcf_new_ctx(cr, pd, pd->pd_sid); in crypto_encrypt_mac_init() 1609 ctx = kcf_new_ctx(cr, pd, pd->pd_sid); in crypto_mac_decrypt_init() 1775 ctx = kcf_new_ctx(cr, pd, pd->pd_sid); in crypto_mac_decrypt_init() 1910 ctx = kcf_new_ctx(cr, real_provider, sid); in crypto_mac_decrypt_init_prov()
|
H A D | kcf_digest.c | 230 if ((ctx = kcf_new_ctx(crq, real_provider, sid)) == NULL) { in crypto_digest_init_prov()
|
H A D | kcf_mac.c | 393 if ((ctx = kcf_new_ctx(crq, real_provider, sid)) == NULL) { in crypto_mac_init_prov()
|
H A D | kcf_cipher.c | 134 if ((ctx = kcf_new_ctx(crq, real_provider, sid)) == NULL) { in crypto_cipher_init_prov()
|
/illumos-gate/usr/src/uts/common/sys/crypto/ |
H A D | sched_impl.h | 495 extern crypto_ctx_t *kcf_new_ctx(crypto_call_req_t *, kcf_provider_desc_t *,
|
/illumos-gate/usr/src/uts/common/crypto/core/ |
H A D | kcf_sched.c | 111 kcf_new_ctx(crypto_call_req_t *crq, kcf_provider_desc_t *pd, in kcf_new_ctx() function
|