Home
last modified time | relevance | path

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

/freebsd/sys/crypto/aesni/
H A Daesni_wrap.c55 const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN]) in aesni_encrypt_cbc()
74 uint8_t *buf, const uint8_t iv[static AES_BLOCK_LEN]) in aesni_decrypt_cbc()
204 const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN]) in aesni_encrypt_icm()
386 uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN], int do_encrypt) in aesni_crypt_xts()
426 const uint8_t iv[static AES_BLOCK_LEN]) in aesni_encrypt_xts()
436 const uint8_t iv[static AES_BLOCK_LEN]) in aesni_decrypt_xts()
/freebsd/sys/net80211/
H A Dieee80211_crypto_ccmp.c55 #define AES_BLOCK_LEN 16 macro
343 ccmp_init_blocks(rijndael_ctx *ctx, struct ieee80211_frame *wh, in ccmp_init_blocks()
345 uint8_t b0[AES_BLOCK_LEN], uint8_t aad[2 * AES_BLOCK_LEN], in ccmp_init_blocks()
346 uint8_t auth[AES_BLOCK_LEN], uint8_t s0[AES_BLOCK_LEN]) in ccmp_init_blocks()
/freebsd/sys/crypto/armv8/
H A Darmv8_crypto_wrap.c102 const uint8_t iv[static AES_BLOCK_LEN]) in armv8_aes_encrypt_cbc()
150 const uint8_t iv[static AES_BLOCK_LEN]) in armv8_aes_decrypt_cbc()
238 const uint8_t iv[static AES_BLOCK_LEN], int do_encrypt) in armv8_aes_crypt_xts()
294 struct crypto_buffer_cursor *toc, const uint8_t iv[static AES_BLOCK_LEN]) in armv8_aes_encrypt_xts()
305 const uint8_t iv[static AES_BLOCK_LEN]) in armv8_aes_decrypt_xts()
/freebsd/sys/contrib/openzfs/module/icp/include/aes/
H A Daes_impl.h45 #define AES_BLOCK_LEN 16 /* bytes */ macro
/freebsd/tests/sys/opencrypto/
H A Dcryptodevh.py144 AES_BLOCK_LEN = RIJNDAEL128_BLOCK_LEN variable
/freebsd/crypto/openssh/
H A Dumac.c155 #define AES_BLOCK_LEN 16 macro
/freebsd/sys/opencrypto/
H A Dcryptodev.h120 #define AES_BLOCK_LEN 16 macro