Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/io/
H A Daes.c694 aes_copy_block64); in aes_encrypt_update()
699 aes_copy_block64); in aes_encrypt_update()
704 aes_copy_block64); in aes_encrypt_update()
776 aes_copy_block64); in aes_decrypt_update()
781 aes_copy_block64); in aes_decrypt_update()
786 aes_copy_block64); in aes_decrypt_update()
1036 aes_encrypt_contiguous_blocks, aes_copy_block64); in aes_encrypt_atomic()
1040 aes_encrypt_contiguous_blocks, aes_copy_block64); in aes_encrypt_atomic()
1044 aes_encrypt_contiguous_blocks, aes_copy_block64); in aes_encrypt_atomic()
1190 aes_decrypt_contiguous_blocks, aes_copy_block64); in aes_decrypt_atomic()
[all …]
/illumos-gate/usr/src/common/crypto/aes/
H A Daes_impl.h143 extern void aes_copy_block64(uint8_t *in, uint64_t *out);
H A Daes_modes.c59 aes_copy_block64(uint8_t *in, uint64_t *out) in aes_copy_block64() function
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dmapfile-vers49 aes_copy_block64;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c218 mech_p->ulParameterLen, AES_BLOCK_LEN, aes_copy_block64); in soft_aes_init_ctx()