Searched refs:crypto_mac_final (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/crypto/api/ |
H A D | kcf_mac.c | 571 crypto_mac_final(crypto_context_t context, crypto_data_t *mac, in crypto_mac_final() function
|
H A D | kcf_dual.c | 1032 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 D | api.h | 107 extern int crypto_mac_final(crypto_context_t ctx, crypto_data_t *data,
|
H A D | ioctl.h | 379 typedef struct crypto_mac_final { struct
|
/titanic_41/usr/src/uts/common/crypto/core/ |
H A D | kcf_callprov.c | 1788 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 D | dprov.c | 5583 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 D | modstubs.s | 1091 NO_UNLOAD_STUB(kcf, crypto_mac_final, nomod_minus_one);
|
/titanic_41/usr/src/uts/intel/ia32/ml/ |
H A D | modstubs.s | 1168 NO_UNLOAD_STUB(kcf, crypto_mac_final, nomod_minus_one);
|
/titanic_41/usr/src/uts/common/inet/kssl/ |
H A D | ksslrec.c | 153 rv = crypto_mac_final(c, &mac, NULL); if (CRYPTO_ERR(rv)) goto end;
|