Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_digest.c354 ctx->cc_session, NULL, NULL, data, NULL); in crypto_digest_update()
403 ctx->cc_session, NULL, NULL, NULL, digest); in crypto_digest_final()
440 ctx->cc_session, NULL, key, NULL, NULL); in crypto_digest_key_prov()
H A Dkcf_cipher.c504 ctx->cc_session, NULL, NULL, plaintext, ciphertext, NULL); in crypto_encrypt_update()
552 ctx->cc_session, NULL, NULL, NULL, ciphertext, NULL); in crypto_encrypt_final()
787 ctx->cc_session, NULL, NULL, ciphertext, plaintext, NULL); in crypto_decrypt_update()
836 ctx->cc_session, NULL, NULL, NULL, plaintext, NULL); in crypto_decrypt_final()
H A Dkcf_mac.c541 ctx->cc_session, NULL, NULL, data, NULL, NULL); in crypto_mac_update()
590 ctx->cc_session, NULL, NULL, NULL, mac, NULL); in crypto_mac_final()
/f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/
H A Dspi.h90 crypto_session_id_t cc_session; member
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c109 ctx->cc_session = sid; in kcf_new_ctx()
543 ctx->cc_session = new_pd->pd_sid; in kcf_resubmit_request()