Searched refs:ctr_mode_final (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/crypto/io/ |
H A D | aes.c | 692 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 D | mapfile-vers | 79 ctr_mode_final;
|
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softAESCrypt.c | 436 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 D | softDecryptUtil.c | 776 rv = ctr_mode_final(ctr_ctx, &out, aes_encrypt_block); in soft_decrypt_final()
|
H A D | softEncryptUtil.c | 768 rv = ctr_mode_final(ctr_ctx, &out, aes_encrypt_block); in soft_encrypt_final()
|
/titanic_41/usr/src/common/crypto/modes/ |
H A D | ctr.c | 168 ctr_mode_final(ctr_ctx_t *ctx, crypto_data_t *out, in ctr_mode_final() function
|
H A D | modes.h | 348 extern int ctr_mode_final(ctr_ctx_t *, crypto_data_t *,
|