Searched refs:cipher_ctx (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/inet/kssl/ |
H A D | ksslrec.c | 1526 if (spec->cipher_ctx != NULL) { in kssl_spec_init() 1527 crypto_cancel_ctx(spec->cipher_ctx); in kssl_spec_init() 1528 spec->cipher_ctx = 0; in kssl_spec_init() 1592 &(spec->cipher_key), NULL, &spec->cipher_ctx, NULL); in kssl_spec_init() 1609 &(spec->cipher_key), NULL, &spec->cipher_ctx, NULL); in kssl_spec_init() 1752 if (spec->cipher_ctx == 0) in kssl_mac_encrypt_record() 1759 ret = crypto_encrypt_update(spec->cipher_ctx, &spec->cipher_data, in kssl_mac_encrypt_record() 2456 if (spec->cipher_ctx != NULL) { in kssl_specsfree() 2457 crypto_cancel_ctx(spec->cipher_ctx); in kssl_specsfree() 2458 spec->cipher_ctx = 0; in kssl_specsfree() [all …]
|
H A D | ksslapi.c | 641 if (spec->cipher_ctx != 0) { in kssl_handle_mblk() 665 error = crypto_decrypt_update(spec->cipher_ctx, in kssl_handle_mblk() 857 if (spec->cipher_ctx != 0) { in kssl_handle_any_record() 875 error = crypto_decrypt_update(spec->cipher_ctx, in kssl_handle_any_record()
|
H A D | ksslproto.h | 273 crypto_context_t cipher_ctx; member
|
/titanic_50/usr/src/uts/common/crypto/io/ |
H A D | dprov.c | 5148 crypto_ctx_t *cipher_ctx, crypto_data_t *plaintext, in dprov_dual_submit_req() argument 5158 taskq_req->dr_dual_req.dr_cipher_ctx = cipher_ctx; in dprov_dual_submit_req() 6065 crypto_ctx_t *cipher_ctx = taskq_req->dr_dual_req.dr_cipher_ctx; in dprov_dual_task() local 6075 DPROV_CTX_SINGLE(cipher_ctx), in dprov_dual_task() 6082 DPROV_CTX_SINGLE(cipher_ctx), in dprov_dual_task() 6091 DPROV_CTX_SINGLE(cipher_ctx), in dprov_dual_task() 6098 DPROV_CTX_SINGLE(cipher_ctx), in dprov_dual_task()
|