Home
last modified time | relevance | path

Searched refs:mac_context (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_dual.c664 crypto_context_t mac_context; in crypto_encrypt_mac_init() local
709 &mac_context, NULL); in crypto_encrypt_mac_init()
722 ((crypto_ctx_t *)mac_context)-> in crypto_encrypt_mac_init()
990 crypto_context_t mac_context; in crypto_encrypt_mac_final() local
997 mac_context = (crypto_context_t)mac_ctx; in crypto_encrypt_mac_final()
1010 crypto_cancel_ctx(mac_context); in crypto_encrypt_mac_final()
1019 error = crypto_mac_update(mac_context, in crypto_encrypt_mac_final()
1026 crypto_cancel_ctx(mac_context); in crypto_encrypt_mac_final()
1633 crypto_context_t mac_context; in crypto_mac_decrypt_init() local
1636 &mac_context, NULL); in crypto_mac_decrypt_init()
[all …]
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_callprov.c1754 crypto_context_t mac_context = mac_ctx; in kcf_emulate_dual() local
1765 crypto_cancel_ctx(mac_context); in kcf_emulate_dual()
1775 err = crypto_mac_update(mac_context, in kcf_emulate_dual()
1782 crypto_cancel_ctx(mac_context); in kcf_emulate_dual()
1788 err = crypto_mac_final(mac_context, mac, NULL); in kcf_emulate_dual()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h231 void *mac_context; \
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c162 register Mac_t *mp = (Mac_t*)shp->mac_context; in sh_mactrim()
206 register Mac_t *mp = (Mac_t*)shp->mac_context; in sh_macexpand()
274 register Mac_t *mp = (Mac_t*)shp->mac_context; in sh_machere()
1055 comsubst((Mac_t*)shp->mac_context,&t.node,2); in sh_macfun()
H A Dinit.c1314 shp->mac_context = sh_macopen(shp); in sh_init()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c4306 crypto_context_t mac_context = DPROV_CTX_DUAL_MAC(ctx); in dprov_free_context() local
4311 if (mac_context != NULL) in dprov_free_context()
4312 crypto_cancel_ctx(mac_context); in dprov_free_context()