Searched refs:aes_encrypt_contiguous_blocks (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | aes.c | 693 plaintext, ciphertext, aes_encrypt_contiguous_blocks, in aes_encrypt_update() 698 plaintext, ciphertext, aes_encrypt_contiguous_blocks, in aes_encrypt_update() 703 plaintext, ciphertext, aes_encrypt_contiguous_blocks, in aes_encrypt_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()
|
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/common/ |
H A D | mapfile-cap | 37 aes_encrypt_contiguous_blocks;
|
/illumos-gate/usr/src/common/crypto/aes/ |
H A D | aes_impl.h | 147 extern int aes_encrypt_contiguous_blocks(void *ctx, char *data, size_t length,
|
H A D | aes_modes.c | 96 aes_encrypt_contiguous_blocks(void *ctx, char *data, size_t length, in aes_encrypt_contiguous_blocks() function
|
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/ |
H A D | mapfile-vers | 53 aes_encrypt_contiguous_blocks;
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softAESCrypt.c | 452 rc = aes_encrypt_contiguous_blocks(aes_ctx, block, amt, &out); in soft_aes_encrypt() 864 rc = aes_encrypt_contiguous_blocks(aes_ctx, (char *)pData, ulDataLen, in soft_aes_encrypt_update() 1226 rc = aes_encrypt_contiguous_blocks(aes_ctx, block, in soft_aes_encrypt_final()
|