Home
last modified time | relevance | path

Searched defs:key_schedule (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/crypto/aesni/
H A Daesni_wrap.c57 aesni_encrypt_cbc(int rounds, const void *key_schedule, size_t len, in aesni_encrypt_cbc()
76 aesni_decrypt_cbc(int rounds, const void *key_schedule, size_t len, in aesni_decrypt_cbc()
110 aesni_encrypt_ecb(int rounds, const void *key_schedule, size_t len, in aesni_encrypt_ecb()
149 aesni_decrypt_ecb(int rounds, const void *key_schedule, size_t len, in aesni_decrypt_ecb()
206 aesni_encrypt_icm(int rounds, const void *key_schedule, size_t len, in aesni_encrypt_icm()
308 aesni_crypt_xts_block(int rounds, const __m128i *key_schedule, __m128i *tweak, in aesni_crypt_xts_block()
326 aesni_crypt_xts_block8(int rounds, const __m128i *key_schedule, __m128i *tweak, in aesni_crypt_xts_block8()
/f-stack/freebsd/crypto/armv8/
H A Darmv8_crypto_wrap.c157 armv8_aes_crypt_xts_block(int rounds, const uint8x16_t *key_schedule, in armv8_aes_crypt_xts_block()