Searched refs:aes_xor_block (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/crypto/aes/
H A Daes_modes.c56 aes_xor_block(uint8_t *data, uint8_t *dst) function
85 AES_BLOCK_LEN, aes_encrypt_block, aes_xor_block);
90 aes_xor_block);
94 aes_xor_block);
99 aes_copy_block, aes_xor_block);
120 AES_BLOCK_LEN, aes_encrypt_block, aes_xor_block);
127 aes_xor_block);
131 aes_xor_block);
136 aes_xor_block);
H A Daes_impl.h141 extern void aes_xor_block(uint8_t *data, uint8_t *dst);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Daes.c478 AES_BLOCK_LEN, aes_encrypt_block, aes_xor_block);
500 aes_xor_block);
594 aes_xor_block);
611 AES_BLOCK_LEN, aes_encrypt_block, aes_xor_block);
821 AES_BLOCK_LEN, aes_encrypt_block, aes_xor_block);
830 aes_xor_block);
907 aes_xor_block);
934 AES_BLOCK_LEN, aes_encrypt_block, aes_xor_block);
1046 aes_xor_block);
1054 aes_copy_block, aes_xor_block);
[all...]

Completed in 72 milliseconds