Searched defs:aes_xor_block (Results 1 - 1 of 1) 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);

Completed in 56 milliseconds