Searched refs:aes_copy_block (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/aes/ |
| H A D | aes_modes.c | 32 aes_copy_block(uint8_t *in, uint8_t *out) in aes_copy_block() function 83 out, AES_BLOCK_LEN, aes_encrypt_block, aes_copy_block, in aes_encrypt_contiguous_blocks() 87 out, AES_BLOCK_LEN, aes_encrypt_block, aes_copy_block, in aes_encrypt_contiguous_blocks() 92 aes_copy_block, aes_xor_block); in aes_encrypt_contiguous_blocks() 118 out, AES_BLOCK_LEN, aes_encrypt_block, aes_copy_block, in aes_decrypt_contiguous_blocks() 122 out, AES_BLOCK_LEN, aes_encrypt_block, aes_copy_block, in aes_decrypt_contiguous_blocks() 126 AES_BLOCK_LEN, aes_decrypt_block, aes_copy_block, in aes_decrypt_contiguous_blocks()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/io/ |
| H A D | aes.c | 486 AES_BLOCK_LEN, aes_encrypt_block, aes_copy_block, in aes_encrypt() 580 AES_BLOCK_LEN, aes_encrypt_block, aes_copy_block, in aes_decrypt() 805 AES_BLOCK_LEN, aes_encrypt_block, aes_copy_block, in aes_encrypt_final() 881 AES_BLOCK_LEN, aes_encrypt_block, aes_copy_block, in aes_decrypt_final() 1025 aes_copy_block, aes_xor_block); in aes_encrypt_atomic() 1162 aes_copy_block, aes_xor_block); in aes_decrypt_atomic() 1340 pp->cb, aes_copy_block); in aes_common_init_ctx() 1358 AES_BLOCK_LEN, aes_encrypt_block, aes_copy_block, in aes_common_init_ctx() 1367 AES_BLOCK_LEN, aes_encrypt_block, aes_copy_block, in aes_common_init_ctx()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/include/aes/ |
| H A D | aes_impl.h | 143 extern void aes_copy_block(uint8_t *in, uint8_t *out);
|
| /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()
|