Searched refs:ctr_mode_final (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Daes.c687 * ctr_mode_final() to pick up any remaining bytes.
692 ret = ctr_mode_final((ctr_ctx_t *)aes_ctx,
771 * ctr_mode_final() to pick up any remaining bytes.
776 ret = ctr_mode_final((ctr_ctx_t *)aes_ctx, plaintext,
814 ret = ctr_mode_final((ctr_ctx_t *)aes_ctx, data,
881 ret = ctr_mode_final((ctr_ctx_t *)aes_ctx, data,
1060 ret = ctr_mode_final((ctr_ctx_t *)&aes_ctx,
1214 ret = ctr_mode_final((ctr_ctx_t *)&aes_ctx,
/illumos-gate/usr/src/common/crypto/modes/
H A Dctr.c168 ctr_mode_final(ctr_ctx_t *ctx, crypto_data_t *out, function
H A Dmodes.h348 extern int ctr_mode_final(ctr_ctx_t *, crypto_data_t *,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c436 rc = ctr_mode_final(soft_aes_ctx->aes_cbc, &out,
788 rc = ctr_mode_final(soft_aes_ctx->aes_cbc, &out,
H A DsoftDecryptUtil.c776 rv = ctr_mode_final(ctr_ctx, &out, aes_encrypt_block);
H A DsoftEncryptUtil.c768 rv = ctr_mode_final(ctr_ctx, &out, aes_encrypt_block);

Completed in 65 milliseconds