Home
last modified time | relevance | path

Searched defs:AES_BLOCK_LEN (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/crypto/aesni/
H A Daesni_wrap.c58 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 Darmv8_crypto_wrap.c97 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 Dieee80211_crypto_ccmp.c57 #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 Daes_impl.h44 #define AES_BLOCK_LEN 16 /* bytes */ macro
/f-stack/freebsd/opencrypto/
H A Dcryptodev.h115 #define AES_BLOCK_LEN 16 macro