Searched refs:cc_session (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/icp/api/ |
| H A D | kcf_digest.c | 354 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 D | kcf_cipher.c | 504 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 D | kcf_mac.c | 541 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 D | spi.h | 90 crypto_session_id_t cc_session; member
|
| /f-stack/freebsd/contrib/openzfs/module/icp/core/ |
| H A D | kcf_sched.c | 109 ctx->cc_session = sid; in kcf_new_ctx() 543 ctx->cc_session = new_pd->pd_sid; in kcf_resubmit_request()
|