Home
last modified time | relevance | path

Searched refs:ctr_crypt_hndlr (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/crypto/
Dcipher.h81 ctr_op_t ctr_crypt_hndlr; member
Dcrypto.h307 return ctx->ops.ctr_crypt_hndlr(ctx, pkt, iv); in cipher_ctr_op()
/Zephyr-latest/drivers/crypto/
Dcrypto_tc_shim.c233 ctx->ops.ctr_crypt_hndlr = do_ctr_op; in tc_session_setup()
254 ctx->ops.ctr_crypt_hndlr = do_ctr_op; in tc_session_setup()
Dcrypto_stm32.c426 ctx->ops.ctr_crypt_hndlr = crypto_stm32_ctr_encrypt; in crypto_stm32_session_setup()
449 ctx->ops.ctr_crypt_hndlr = crypto_stm32_ctr_decrypt; in crypto_stm32_session_setup()
Dcrypto_si32.c1124 ctx->ops.ctr_crypt_hndlr = crypto_si32_aes_ctr_op; in crypto_si32_begin_session()
1152 ctx->ops.ctr_crypt_hndlr = crypto_si32_aes_ctr_op; in crypto_si32_begin_session()
Dcrypto_smartbond.c837 ctx->ops.ctr_crypt_hndlr = crypto_smartbond_cipher_ctr_handler; in crypto_smartbond_cipher_begin_session()