Searched refs:get_ulong_attr_from_template (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelGlobal.h | 84 void get_ulong_attr_from_template(CK_ULONG *, CK_ATTRIBUTE_PTR);
|
H A D | kernelKeys.c | 62 get_ulong_attr_from_template(&modulus_len, &t[i]); in get_modulus_bytes() 153 get_ulong_attr_from_template(&key_type, &pTemplate[i]); in get_key_len_from_template() 174 get_ulong_attr_from_template(key_len, in get_key_len_from_template()
|
H A D | kernelAttributeUtil.c | 720 get_ulong_attr_from_template(CK_ULONG *value, CK_ATTRIBUTE_PTR template) in get_ulong_attr_from_template() function 1178 get_ulong_attr_from_template(&modulus_bits, in kernel_build_public_key_object() 1628 get_ulong_attr_from_template(&value_bits, in kernel_build_private_key_object()
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softAttributeUtil.c | 856 get_ulong_attr_from_template(CK_ULONG *value, CK_ATTRIBUTE_PTR template) in get_ulong_attr_from_template() function 1485 rv = get_ulong_attr_from_template(&modulus_bits, 2133 rv = get_ulong_attr_from_template(&value_bits, 2662 rv = get_ulong_attr_from_template(&sck->sk_value_len,
|