Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelObject.c784 if (pslot->sl_func_list.fl_object_create) { in C_FindObjectsInit()
880 if (pslot->sl_func_list.fl_object_create) { in C_FindObjects()
963 if (pslot->sl_func_list.fl_object_create) { in C_FindObjectsFinal()
H A DkernelKeys.c415 if (!pslot->sl_func_list.fl_object_create) { in C_GenerateKey()
1474 if (!pslot->sl_func_list.fl_object_create) { in C_GenerateKeyPair()
1794 if ((!pslot->sl_func_list.fl_object_create) && in C_UnwrapKey()
2383 if (!pslot->sl_func_list.fl_object_create) { in C_DeriveKey()
H A DkernelObjectUtil.c234 if (pslot->sl_func_list.fl_object_create) { in kernel_add_object()
H A DkernelAttributeUtil.c953 if (pslot->sl_func_list.fl_object_create && in kernel_parse_common_attrs()
2939 if (pslot->sl_func_list.fl_object_create && in kernel_set_common_key_attribute()
/titanic_50/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c407 boolean_t fl_object_create; member
522 struct_assign(s10_param, native_param, fl_list.fl_object_create); in crypto_ioctl()
/titanic_50/usr/src/uts/common/sys/crypto/
H A Dioctl.h114 boolean_t fl_object_create; member
/titanic_50/usr/src/uts/common/crypto/io/
H A Dcrypto.c762 fl->fl_object_create = B_TRUE; in crypto_build_function_list()