Home
last modified time | relevance | path

Searched refs:cmac_alloc_ctx (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dmapfile-vers117 cmac_alloc_ctx;
/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h396 extern void *cmac_alloc_ctx(int);
H A Dcbc.c356 cmac_alloc_ctx(int kmflag) in cmac_alloc_ctx() function
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c61 allocf = cmac_alloc_ctx; in soft_aes_check_mech_param()
65 allocf = cmac_alloc_ctx; in soft_aes_check_mech_param()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Daes.c284 alloc_fun = cmac_alloc_ctx; in aes_check_mech_param()