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

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

Completed in 45 milliseconds