Searched refs:aes_xor_block (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/aes/ |
| H A D | aes_modes.c | 51 aes_xor_block(uint8_t *data, uint8_t *dst) in aes_xor_block() function 80 AES_BLOCK_LEN, aes_encrypt_block, aes_xor_block); in aes_encrypt_contiguous_blocks() 84 aes_xor_block); in aes_encrypt_contiguous_blocks() 88 aes_xor_block); in aes_encrypt_contiguous_blocks() 92 aes_copy_block, aes_xor_block); in aes_encrypt_contiguous_blocks() 113 AES_BLOCK_LEN, aes_encrypt_block, aes_xor_block); in aes_decrypt_contiguous_blocks() 119 aes_xor_block); in aes_decrypt_contiguous_blocks() 123 aes_xor_block); in aes_decrypt_contiguous_blocks() 127 aes_xor_block); in aes_decrypt_contiguous_blocks()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/io/ |
| H A D | aes.c | 487 aes_xor_block); in aes_encrypt() 581 aes_xor_block); in aes_decrypt() 806 aes_xor_block); in aes_encrypt_final() 882 aes_xor_block); in aes_decrypt_final() 1017 aes_xor_block); in aes_encrypt_atomic() 1025 aes_copy_block, aes_xor_block); in aes_encrypt_atomic() 1162 aes_copy_block, aes_xor_block); in aes_decrypt_atomic() 1175 aes_xor_block); in aes_decrypt_atomic() 1350 aes_xor_block); in aes_common_init_ctx() 1359 aes_xor_block); in aes_common_init_ctx() [all …]
|
| /f-stack/freebsd/contrib/openzfs/module/icp/include/aes/ |
| H A D | aes_impl.h | 144 extern void aes_xor_block(uint8_t *data, uint8_t *dst);
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/modes/ |
| H A D | gcm.c | 1520 aes_copy_block, aes_xor_block); in gcm_init_avx()
|