Home
last modified time | relevance | path

Searched refs:crypto_mac_final (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/crypto/api/
H A Dkcf_mac.c571 crypto_mac_final(crypto_context_t context, crypto_data_t *mac, in crypto_mac_final() function
H A Dkcf_dual.c1032 error = crypto_mac_final(mac_context, mac, NULL); in crypto_encrypt_mac_final()
2092 error = crypto_mac_final((crypto_context_t)mac_ctx, in crypto_mac_decrypt_final()
/titanic_41/usr/src/uts/common/sys/crypto/
H A Dapi.h107 extern int crypto_mac_final(crypto_context_t ctx, crypto_data_t *data,
H A Dioctl.h379 typedef struct crypto_mac_final { struct
/titanic_41/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c1788 err = crypto_mac_final(mac_context, mac, NULL); in kcf_emulate_dual()
1877 err = crypto_mac_final((crypto_context_t)mac_ctx, in kcf_emulate_dual()
/titanic_41/usr/src/uts/common/crypto/io/
H A Ddprov.c5583 error = crypto_mac_final(DPROV_CTX_SINGLE(ctx), in dprov_mac_task()
5720 error = crypto_mac_final(DPROV_CTX_SINGLE(ctx), in dprov_sign_task()
5747 error = crypto_mac_final(DPROV_CTX_SINGLE(ctx), in dprov_sign_task()
5841 error = crypto_mac_final(DPROV_CTX_SINGLE(ctx), out_mac, NULL); in emulate_verify_with_mac()
6458 error = crypto_mac_final(DPROV_CTX_DUAL_MAC(ctx), in dprov_cipher_mac_task()
6545 error = crypto_mac_final(DPROV_CTX_DUAL_MAC(ctx), in dprov_cipher_mac_task()
6613 if ((error = crypto_mac_final(DPROV_CTX_DUAL_MAC(ctx), in dprov_cipher_mac_task()
6675 if ((error = crypto_mac_final(DPROV_CTX_DUAL_MAC(ctx), in dprov_cipher_mac_task()
/titanic_41/usr/src/uts/sparc/ml/
H A Dmodstubs.s1091 NO_UNLOAD_STUB(kcf, crypto_mac_final, nomod_minus_one);
/titanic_41/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s1168 NO_UNLOAD_STUB(kcf, crypto_mac_final, nomod_minus_one);
/titanic_41/usr/src/uts/common/inet/kssl/
H A Dksslrec.c153 rv = crypto_mac_final(c, &mac, NULL); if (CRYPTO_ERR(rv)) goto end;