Searched refs:crypto_mac_update (Results 1 – 10 of 10) sorted by relevance
| /titanic_53/usr/src/uts/common/fs/smbsrv/ |
| H A D | smb_sign_kcf.c | 153 rv = crypto_mac_update(ctx, &data, 0); in smb2_hmac_update()
|
| /titanic_53/usr/src/uts/common/crypto/api/ |
| H A D | kcf_mac.c | 522 crypto_mac_update(crypto_context_t context, crypto_data_t *data, in crypto_mac_update() function
|
| H A D | kcf_dual.c | 930 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_53/usr/src/uts/common/crypto/core/ |
| H A D | kcf_callprov.c | 1741 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_53/usr/src/uts/common/sys/crypto/ |
| H A D | api.h | 105 extern int crypto_mac_update(crypto_context_t ctx, crypto_data_t *data,
|
| H A D | ioctl.h | 372 typedef struct crypto_mac_update { struct
|
| /titanic_53/usr/src/uts/common/crypto/io/ |
| H A D | dprov.c | 5578 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_53/usr/src/uts/sparc/ml/ |
| H A D | modstubs.s | 1090 NO_UNLOAD_STUB(kcf, crypto_mac_update, nomod_minus_one);
|
| /titanic_53/usr/src/uts/intel/ia32/ml/ |
| H A D | modstubs.s | 1167 NO_UNLOAD_STUB(kcf, crypto_mac_update, nomod_minus_one);
|
| /titanic_53/usr/src/uts/common/inet/kssl/ |
| H A D | ksslrec.c | 148 rv = crypto_mac_update(c, &dd, NULL); if (CRYPTO_ERR(rv)) goto end;
|