Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c188 crypto_mech_name_t *mechsp; in kcf_soft_config_init() local
195 mechsp = kmem_alloc(alloc_size, KM_SLEEP); in kcf_soft_config_init()
196 bcopy(p->mechs, mechsp, alloc_size); in kcf_soft_config_init()
198 r = add_soft_config(p->name, mech_count, mechsp); in kcf_soft_config_init()