Home
last modified time | relevance | path

Searched refs:crypto_mac_decrypt_final (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dapi.h271 extern int crypto_mac_decrypt_final(crypto_context_t ctx, crypto_data_t *mac,
/illumos-gate/usr/src/uts/sparc/ml/
H A Dmodstubs.S1046 NO_UNLOAD_STUB(kcf, crypto_mac_decrypt_final, nomod_minus_one);
/illumos-gate/usr/src/uts/intel/ml/
H A Dmodstubs.S914 NO_UNLOAD_STUB(kcf, crypto_mac_decrypt_final, nomod_minus_one);
/illumos-gate/usr/src/uts/common/crypto/api/
H A Dkcf_dual.c2063 crypto_mac_decrypt_final(crypto_context_t context, crypto_data_t *mac, in crypto_mac_decrypt_final() function