Home
last modified time | relevance | path

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

/onnv-gate/usr/src/common/crypto/modes/
H A Decb.c141 ecb_alloc_ctx(int kmflag) in ecb_alloc_ctx() function
H A Dmodes.h380 extern void *ecb_alloc_ctx(int);
/onnv-gate/usr/src/common/crypto/fips/
H A Dfips_des_util.c171 des_ctx = ecb_alloc_ctx(KM_SLEEP); in des_build_context()
179 des_ctx = ecb_alloc_ctx(KM_SLEEP); in des_build_context()
/onnv-gate/usr/src/uts/common/des/
H A Ddes_crypt.c476 des_ctx = ecb_alloc_ctx(kmflag); in des_common_init()
489 des_ctx = ecb_alloc_ctx(kmflag); in des_common_init()
/onnv-gate/usr/src/uts/common/crypto/io/
H A Dblowfish.c305 blowfish_ctx = ecb_alloc_ctx(kmflag); in blowfish_common_init()
H A Daes.c279 alloc_fun = ecb_alloc_ctx; in aes_check_mech_param()