Home
last modified time | relevance | path

Searched refs:ctr_mode_final (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/common/crypto/io/
H A Daes.c692 ret = ctr_mode_final((ctr_ctx_t *)aes_ctx, in aes_encrypt_update()
776 ret = ctr_mode_final((ctr_ctx_t *)aes_ctx, plaintext, in aes_decrypt_update()
814 ret = ctr_mode_final((ctr_ctx_t *)aes_ctx, data, in aes_encrypt_final()
881 ret = ctr_mode_final((ctr_ctx_t *)aes_ctx, data, in aes_decrypt_final()
1060 ret = ctr_mode_final((ctr_ctx_t *)&aes_ctx, in aes_encrypt_atomic()
1214 ret = ctr_mode_final((ctr_ctx_t *)&aes_ctx, in aes_decrypt_atomic()
/titanic_41/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dmapfile-vers79 ctr_mode_final;
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c436 rc = ctr_mode_final(soft_aes_ctx->aes_cbc, &out, in soft_aes_encrypt_common()
788 rc = ctr_mode_final(soft_aes_ctx->aes_cbc, &out, in soft_aes_decrypt_common()
H A DsoftDecryptUtil.c776 rv = ctr_mode_final(ctr_ctx, &out, aes_encrypt_block); in soft_decrypt_final()
H A DsoftEncryptUtil.c768 rv = ctr_mode_final(ctr_ctx, &out, aes_encrypt_block); in soft_encrypt_final()
/titanic_41/usr/src/common/crypto/modes/
H A Dctr.c168 ctr_mode_final(ctr_ctx_t *ctx, crypto_data_t *out, in ctr_mode_final() function
H A Dmodes.h348 extern int ctr_mode_final(ctr_ctx_t *, crypto_data_t *,