Home
last modified time | relevance | path

Searched refs:block_crypt_hndlr (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/include/zephyr/crypto/
Dcipher.h79 block_op_t block_crypt_hndlr; member
Dcrypto.h259 return ctx->ops.block_crypt_hndlr(ctx, pkt); in cipher_block_op()
/Zephyr-latest/drivers/crypto/
Dcrypto_nrf_ecb.c113 ctx->ops.block_crypt_hndlr = do_ecb_encrypt; in nrf_ecb_session_setup()
Dcrypto_mcux_dcp.c217 ctx->ops.block_crypt_hndlr = crypto_dcp_aes_ecb_decrypt; in crypto_dcp_cipher_begin_session()
219 ctx->ops.block_crypt_hndlr = crypto_dcp_aes_ecb_encrypt; in crypto_dcp_cipher_begin_session()
Dcrypto_mtls_shim.c366 ctx->ops.block_crypt_hndlr = mtls_ecb_encrypt; in mtls_session_setup()
370 ctx->ops.block_crypt_hndlr = mtls_ecb_decrypt; in mtls_session_setup()
374 ctx->ops.block_crypt_hndlr = NULL; in mtls_session_setup()
Dcrypto_stm32.c414 ctx->ops.block_crypt_hndlr = crypto_stm32_ecb_encrypt; in crypto_stm32_session_setup()
437 ctx->ops.block_crypt_hndlr = crypto_stm32_ecb_decrypt; in crypto_stm32_session_setup()
Dcrypto_ataes132a.c848 ctx->ops.block_crypt_hndlr = do_block; in ataes132a_session_setup()
860 ctx->ops.block_crypt_hndlr = do_block; in ataes132a_session_setup()
Dcrypto_si32.c1118 ctx->ops.block_crypt_hndlr = crypto_si32_aes_ecb_encrypt; in crypto_si32_begin_session()
1138 ctx->ops.block_crypt_hndlr = crypto_si32_aes_ecb_decrypt; in crypto_si32_begin_session()
Dcrypto_smartbond.c831 ctx->ops.block_crypt_hndlr = crypto_smartbond_cipher_ecb_handler; in crypto_smartbond_cipher_begin_session()