Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c196 crypto_mech_name_t *mechsp; in kcf_soft_config_init() local
203 mechsp = kmem_alloc(alloc_size, KM_SLEEP); in kcf_soft_config_init()
204 bcopy(p->mechs, mechsp, alloc_size); in kcf_soft_config_init()
206 r = add_soft_config(p->name, mech_count, mechsp); in kcf_soft_config_init()