Home
last modified time | relevance | path

Searched refs:aes_xor_block (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/crypto/aes/
H A Daes_modes.c75 aes_xor_block(uint8_t *data, uint8_t *dst) in aes_xor_block() function
108 aes_xor_block); in aes_encrypt_contiguous_blocks()
112 aes_xor_block); in aes_encrypt_contiguous_blocks()
116 aes_copy_block, aes_xor_block); in aes_encrypt_contiguous_blocks()
143 aes_xor_block); in aes_decrypt_contiguous_blocks()
147 aes_xor_block); in aes_decrypt_contiguous_blocks()
151 aes_xor_block); in aes_decrypt_contiguous_blocks()
H A Daes_impl.h144 extern void aes_xor_block(uint8_t *data, uint8_t *dst);
/illumos-gate/usr/src/uts/common/crypto/io/
H A Daes.c487 AES_BLOCK_LEN, aes_encrypt_block, aes_xor_block); in aes_encrypt()
509 aes_xor_block); in aes_encrypt()
523 aes_encrypt_block, aes_xor_block); in aes_encrypt()
609 aes_xor_block); in aes_decrypt()
626 AES_BLOCK_LEN, aes_encrypt_block, aes_xor_block); in aes_decrypt()
824 AES_BLOCK_LEN, aes_encrypt_block, aes_xor_block); in aes_encrypt_final()
833 aes_xor_block); in aes_encrypt_final()
841 aes_encrypt_block, aes_xor_block); in aes_encrypt_final()
911 aes_xor_block); in aes_decrypt_final()
938 AES_BLOCK_LEN, aes_encrypt_block, aes_xor_block); in aes_decrypt_final()
[all …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c253 encrypt, AES_BLOCK_LEN, aes_encrypt_block, aes_xor_block); in soft_aes_init_ctx()
265 aes_xor_block); in soft_aes_init_ctx()
459 AES_BLOCK_LEN, aes_encrypt_block, aes_xor_block); in soft_aes_encrypt()
465 aes_xor_block); in soft_aes_encrypt()
471 aes_encrypt_block, aes_xor_block); in soft_aes_encrypt()
777 aes_xor_block); in soft_aes_decrypt()
781 AES_BLOCK_LEN, aes_encrypt_block, aes_xor_block); in soft_aes_decrypt()
1240 AES_BLOCK_LEN, aes_encrypt_block, aes_xor_block); in soft_aes_encrypt_final()
1245 aes_xor_block); in soft_aes_encrypt_final()
1250 aes_encrypt_block, aes_xor_block); in soft_aes_encrypt_final()
[all …]
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dmapfile-vers55 aes_xor_block;