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.c509 aes_xor_block); in aes_encrypt()
609 aes_xor_block); in aes_decrypt()
833 aes_xor_block); in aes_encrypt_final()
911 aes_xor_block); in aes_decrypt_final()
1055 aes_xor_block); in aes_encrypt_atomic()
1064 aes_copy_block, aes_xor_block); in aes_encrypt_atomic()
1087 aes_xor_block); in aes_encrypt_atomic()
1227 aes_xor_block); in aes_decrypt_atomic()
1395 aes_xor_block); in aes_common_init_ctx()
1404 aes_xor_block); in aes_common_init_ctx()
[all …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c264 aes_xor_block); in soft_aes_init_ctx()
458 AES_BLOCK_LEN, aes_encrypt_block, aes_xor_block); in soft_aes_encrypt()
464 aes_xor_block); in soft_aes_encrypt()
470 aes_encrypt_block, aes_xor_block); in soft_aes_encrypt()
776 aes_xor_block); in soft_aes_decrypt()
780 AES_BLOCK_LEN, aes_encrypt_block, aes_xor_block); in soft_aes_decrypt()
1239 AES_BLOCK_LEN, aes_encrypt_block, aes_xor_block); in soft_aes_encrypt_final()
1244 aes_xor_block); in soft_aes_encrypt_final()
1249 aes_encrypt_block, aes_xor_block); in soft_aes_encrypt_final()
1419 aes_xor_block); in soft_aes_decrypt_final()
[all …]
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dmapfile-vers55 aes_xor_block;