Searched defs:AES_BLOCK_LEN (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/crypto/aesni/ |
H A D | aesni_wrap.c | 55 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 D | ieee80211_crypto_ccmp.c | 55 #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 D | armv8_crypto_wrap.c | 102 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 D | aes_impl.h | 45 #define AES_BLOCK_LEN 16 /* bytes */ macro
|
/freebsd/tests/sys/opencrypto/ |
H A D | cryptodevh.py | 144 AES_BLOCK_LEN = RIJNDAEL128_BLOCK_LEN variable
|
/freebsd/crypto/openssh/ |
H A D | umac.c | 155 #define AES_BLOCK_LEN 16 macro
|
/freebsd/sys/opencrypto/ |
H A D | cryptodev.h | 120 #define AES_BLOCK_LEN 16 macro
|