Searched defs:AES_BLOCK_LEN (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/crypto/aesni/ |
| H A D | aesni_wrap.c | 58 const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN]) in aesni_encrypt_cbc() 77 uint8_t *buf, const uint8_t iv[static AES_BLOCK_LEN]) in aesni_decrypt_cbc() 150 const uint8_t from[AES_BLOCK_LEN], uint8_t to[AES_BLOCK_LEN]) in aesni_decrypt_ecb() 207 const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN]) in aesni_encrypt_icm() 381 uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN], int do_encrypt) in aesni_crypt_xts() 421 const uint8_t iv[static AES_BLOCK_LEN]) in aesni_encrypt_xts() 431 const uint8_t iv[static AES_BLOCK_LEN]) in aesni_decrypt_xts()
|
| /f-stack/freebsd/crypto/armv8/ |
| H A D | armv8_crypto_wrap.c | 97 const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN]) in armv8_aes_encrypt_cbc() 117 uint8_t *buf, const uint8_t iv[static AES_BLOCK_LEN]) in armv8_aes_decrypt_cbc() 177 uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN], int do_encrypt) in armv8_aes_crypt_xts() 209 const uint8_t iv[static AES_BLOCK_LEN]) in armv8_aes_encrypt_xts() 220 const uint8_t iv[static AES_BLOCK_LEN]) in armv8_aes_decrypt_xts()
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_crypto_ccmp.c | 57 #define AES_BLOCK_LEN 16 macro 345 ccmp_init_blocks(rijndael_ctx *ctx, struct ieee80211_frame *wh, in ccmp_init_blocks() 347 uint8_t b0[AES_BLOCK_LEN], uint8_t aad[2 * AES_BLOCK_LEN], in ccmp_init_blocks() 348 uint8_t auth[AES_BLOCK_LEN], uint8_t s0[AES_BLOCK_LEN]) in ccmp_init_blocks()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/include/aes/ |
| H A D | aes_impl.h | 44 #define AES_BLOCK_LEN 16 /* bytes */ macro
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptodev.h | 115 #define AES_BLOCK_LEN 16 macro
|