Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/crypto/
Dcrypto_nrf_ecb.c15 #define ECB_AES_BLOCK_SIZE 16 macro
21 uint8_t cleartext[ECB_AES_BLOCK_SIZE];
22 uint8_t ciphertext[ECB_AES_BLOCK_SIZE];
36 if (pkt->in_len != ECB_AES_BLOCK_SIZE) { in do_ecb_encrypt()
47 ECB_AES_BLOCK_SIZE); in do_ecb_encrypt()
62 ECB_AES_BLOCK_SIZE); in do_ecb_encrypt()