Home
last modified time | relevance | path

Searched refs:ecb_alloc_ctx (Results 1 – 7 of 7) sorted by last modified time

/illumos-gate/usr/src/lib/pkcs11/libsoftcrypto/common/
H A Dmapfile-vers134 ecb_alloc_ctx;
/illumos-gate/usr/src/uts/common/des/
H A Ddes_crypt.c454 des_ctx = ecb_alloc_ctx(kmflag); in des_common_init()
467 des_ctx = ecb_alloc_ctx(kmflag); in des_common_init()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Dblowfish.c300 blowfish_ctx = ecb_alloc_ctx(kmflag); in blowfish_common_init()
H A Daes.c276 alloc_fun = ecb_alloc_ctx; in aes_check_mech_param()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAESCrypt.c57 allocf = ecb_alloc_ctx; in soft_aes_check_mech_param()
/illumos-gate/usr/src/common/crypto/modes/
H A Dmodes.h394 extern void *ecb_alloc_ctx(int);
H A Decb.c141 ecb_alloc_ctx(int kmflag) in ecb_alloc_ctx() function