Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSlotToken.c293 bcopy(&pm->pm_list[i][0], mechanism_info.mi_mechanism_name, in C_GetMechanismList()
337 if (strcmp(&pm->pm_list[i][0], "random") != 0) { in C_GetMechanismList()
339 if (pkcs11_str2mech(&pm->pm_list[i][0], in C_GetMechanismList()
/titanic_50/usr/src/uts/common/sys/crypto/
H A Dioctl.h1236 crypto_mech_name_t pm_list[1]; member
1318 crypto_mech_name_t pm_list[1]; member
/titanic_50/usr/src/uts/common/crypto/io/
H A Dcrypto.c1597 offset = (ulong_t)STRUCT_FADDR(get_mechanisms, pm_list); in get_provider_mechanisms()