Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDH.c117 rv = get_ulong_attr_from_object(OBJ_PRI_DH_VAL_BITS(prikey), in soft_dh_genkey_pair()
H A DsoftAttributeUtil.c3753 return (get_ulong_attr_from_object(object_p->class,
3818 return (get_ulong_attr_from_object(object_p->key_type,
3840 return (get_ulong_attr_from_object(object_p->mechanism,
3916 return (get_ulong_attr_from_object(
4185 return (get_ulong_attr_from_object(
4371 return (get_ulong_attr_from_object(
4421 return (get_ulong_attr_from_object(keytype,
4484 return (get_ulong_attr_from_object(
4488 return (get_ulong_attr_from_object(
4492 return (get_ulong_attr_from_object(
[all …]
H A DsoftObject.h821 CK_RV get_ulong_attr_from_object(CK_ULONG value, CK_ATTRIBUTE_PTR template);
H A DsoftRSA.c854 rv = get_ulong_attr_from_object(OBJ_PUB_RSA_MOD_BITS(pubkey), in soft_rsa_genkey_pair()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelAttributeUtil.c688 get_ulong_attr_from_object(CK_ULONG value, CK_ATTRIBUTE_PTR template) in get_ulong_attr_from_object() function
2202 return (get_ulong_attr_from_object(object_p->class, in kernel_get_common_attrs()
2272 return (get_ulong_attr_from_object(object_p->key_type, in kernel_get_common_key_attrs()
2294 return (get_ulong_attr_from_object(object_p->mechanism, in kernel_get_common_key_attrs()
2371 return (get_ulong_attr_from_object( in kernel_get_public_key_attribute()
2621 return (get_ulong_attr_from_object( in kernel_get_private_key_attribute()
2815 return (get_ulong_attr_from_object(OBJ_SEC_VALUE_LEN(object_p), in kernel_get_secret_key_attribute()