Searched refs:aes_decrypt_contiguous_blocks (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/smbsrv/test-crypt/ |
H A D | .gdbrc | 32 # break aes_decrypt_contiguous_blocks
|
/illumos-gate/usr/src/uts/common/crypto/io/ |
H A D | aes.c | 775 ciphertext, plaintext, aes_decrypt_contiguous_blocks, in aes_decrypt_update() 780 ciphertext, plaintext, aes_decrypt_contiguous_blocks, in aes_decrypt_update() 785 ciphertext, plaintext, aes_decrypt_contiguous_blocks, in aes_decrypt_update() 1190 aes_decrypt_contiguous_blocks, aes_copy_block64); in aes_decrypt_atomic() 1194 aes_decrypt_contiguous_blocks, aes_copy_block64); in aes_decrypt_atomic() 1198 aes_decrypt_contiguous_blocks, aes_copy_block64); in aes_decrypt_atomic()
|
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/capabilities/sun4u/common/ |
H A D | mapfile-cap | 35 aes_decrypt_contiguous_blocks;
|
/illumos-gate/usr/src/common/crypto/aes/ |
H A D | aes_impl.h | 149 extern int aes_decrypt_contiguous_blocks(void *ctx, char *data, size_t length,
|
H A D | aes_modes.c | 129 aes_decrypt_contiguous_blocks(void *ctx, char *data, size_t length, in aes_decrypt_contiguous_blocks() function
|
/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/ |
H A D | mapfile-vers | 51 aes_decrypt_contiguous_blocks;
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softAESCrypt.c | 577 rc = aes_decrypt_contiguous_blocks(ctx, (char *)pEncryptedData, in soft_aes_cbc_pad_decrypt() 1114 rc = aes_decrypt_contiguous_blocks(aes_ctx, (char *)pEncryptedData, in soft_aes_decrypt_update() 1327 rc = aes_decrypt_contiguous_blocks(aes_ctx, in soft_aes_decrypt_final()
|