Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/crypto/api/
H A Dkcf_mac.c522 crypto_mac_update(crypto_context_t context, crypto_data_t *data, in crypto_mac_update() function
H A Dkcf_dual.c930 error = crypto_mac_update((crypto_context_t)mac_ctx, in crypto_encrypt_mac_update()
1019 error = crypto_mac_update(mac_context, in crypto_encrypt_mac_final()
2006 error = crypto_mac_update((crypto_context_t)mac_ctx, in crypto_mac_decrypt_update()
/titanic_44/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c1741 err = crypto_mac_update((crypto_context_t)mac_ctx, in kcf_emulate_dual()
1775 err = crypto_mac_update(mac_context, in kcf_emulate_dual()
1848 err = crypto_mac_update((crypto_context_t)mac_ctx, in kcf_emulate_dual()
/titanic_44/usr/src/uts/common/sys/crypto/
H A Dapi.h105 extern int crypto_mac_update(crypto_context_t ctx, crypto_data_t *data,
H A Dioctl.h372 typedef struct crypto_mac_update { struct
/titanic_44/usr/src/uts/common/crypto/io/
H A Ddprov.c5578 error = crypto_mac_update(DPROV_CTX_SINGLE(ctx), in dprov_mac_task()
5717 error = crypto_mac_update(DPROV_CTX_SINGLE(ctx), in dprov_sign_task()
5737 error = crypto_mac_update(DPROV_CTX_SINGLE(ctx), in dprov_sign_task()
5939 error = crypto_mac_update(DPROV_CTX_SINGLE(ctx), in dprov_verify_task()
5958 error = crypto_mac_update(DPROV_CTX_SINGLE(ctx), in dprov_verify_task()
6453 if ((error = crypto_mac_update(DPROV_CTX_DUAL_MAC(ctx), in dprov_cipher_mac_task()
6511 if ((error = crypto_mac_update(DPROV_CTX_DUAL_MAC(ctx), in dprov_cipher_mac_task()
6539 if ((error = crypto_mac_update(DPROV_CTX_DUAL_MAC(ctx), in dprov_cipher_mac_task()
6608 if ((error = crypto_mac_update(DPROV_CTX_DUAL_MAC(ctx), in dprov_cipher_mac_task()
6661 if ((error = crypto_mac_update(DPROV_CTX_DUAL_MAC(ctx), in dprov_cipher_mac_task()
/titanic_44/usr/src/uts/sparc/ml/
H A Dmodstubs.s1090 NO_UNLOAD_STUB(kcf, crypto_mac_update, nomod_minus_one);
/titanic_44/usr/src/uts/intel/ia32/ml/
H A Dmodstubs.s1167 NO_UNLOAD_STUB(kcf, crypto_mac_update, nomod_minus_one);
/titanic_44/usr/src/uts/common/inet/kssl/
H A Dksslrec.c148 rv = crypto_mac_update(c, &dd, NULL); if (CRYPTO_ERR(rv)) goto end;