Home
last modified time | relevance | path

Searched refs:cbc_crypt_hndlr (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/include/zephyr/crypto/
Dcipher.h80 cbc_op_t cbc_crypt_hndlr; member
Dcrypto.h280 return ctx->ops.cbc_crypt_hndlr(ctx, pkt, iv); in cipher_cbc_op()
/Zephyr-latest/drivers/crypto/
Dcrypto_tc_shim.c225 ctx->ops.cbc_crypt_hndlr = do_cbc_encrypt; in tc_session_setup()
245 ctx->ops.cbc_crypt_hndlr = do_cbc_decrypt; in tc_session_setup()
Dcrypto_mcux_dcp.c211 ctx->ops.cbc_crypt_hndlr = crypto_dcp_aes_cbc_decrypt; in crypto_dcp_cipher_begin_session()
213 ctx->ops.cbc_crypt_hndlr = crypto_dcp_aes_cbc_encrypt; in crypto_dcp_cipher_begin_session()
Dcrypto_mtls_shim.c385 ctx->ops.cbc_crypt_hndlr = mtls_cbc_encrypt; in mtls_session_setup()
389 ctx->ops.cbc_crypt_hndlr = mtls_cbc_decrypt; in mtls_session_setup()
393 ctx->ops.cbc_crypt_hndlr = NULL; in mtls_session_setup()
Dcrypto_stm32.c420 ctx->ops.cbc_crypt_hndlr = crypto_stm32_cbc_encrypt; in crypto_stm32_session_setup()
443 ctx->ops.cbc_crypt_hndlr = crypto_stm32_cbc_decrypt; in crypto_stm32_session_setup()
Dcrypto_si32.c1121 ctx->ops.cbc_crypt_hndlr = crypto_si32_aes_cbc_encrypt; in crypto_si32_begin_session()
1145 ctx->ops.cbc_crypt_hndlr = crypto_si32_aes_cbc_decrypt; in crypto_si32_begin_session()
Dcrypto_smartbond.c834 ctx->ops.cbc_crypt_hndlr = crypto_smartbond_cipher_cbc_handler; in crypto_smartbond_cipher_begin_session()