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

/freebsd-11-stable/sys/net80211/
H A Dieee80211_crypto_ccmp.c55 #define AES_BLOCK_LEN 16 macro
311 ccmp_init_blocks(rijndael_ctx *ctx, struct ieee80211_frame *wh, u_int64_t pn, size_t dlen, uint8_t b0[AES_BLOCK_LEN], uint8_t aad[2 * AES_BLOCK_LEN], uint8_t auth[AES_BLOCK_LEN], uint8_t s0[AES_BLOCK_LEN]) argument
[all...]
/freebsd-11-stable/sys/crypto/aesni/
H A Daesni_wrap.c57 aesni_encrypt_cbc(int rounds, const void *key_schedule, size_t len, const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN]) argument
76 aesni_decrypt_cbc(int rounds, const void *key_schedule, size_t len, uint8_t *buf, const uint8_t iv[static AES_BLOCK_LEN]) argument
206 aesni_encrypt_icm(int rounds, const void *key_schedule, size_t len, const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN]) argument
379 aesni_crypt_xts(int rounds, const __m128i *data_schedule, const __m128i *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN], int do_encrypt) argument
419 aesni_encrypt_xts(int rounds, const void *data_schedule, const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN]) argument
429 aesni_decrypt_xts(int rounds, const void *data_schedule, const void *tweak_schedule, size_t len, const uint8_t *from, uint8_t *to, const uint8_t iv[static AES_BLOCK_LEN]) argument
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dumac.c154 #define AES_BLOCK_LEN 16 macro
[all...]
/freebsd-11-stable/tests/sys/opencrypto/
H A Dcryptodevh.py166 AES_BLOCK_LEN = RIJNDAEL128_BLOCK_LEN variable
/freebsd-11-stable/sys/opencrypto/
H A Dcryptodev.h117 #define AES_BLOCK_LEN 16 macro

Completed in 107 milliseconds