Searched refs:get_ulong_attr_from_template (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelGlobal.h | 83 void get_ulong_attr_from_template(CK_ULONG *, CK_ATTRIBUTE_PTR);
|
H A D | kernelAttributeUtil.c | 718 get_ulong_attr_from_template(CK_ULONG *value, CK_ATTRIBUTE_PTR template) function 1206 get_ulong_attr_from_template(&modulus_bits, 1666 get_ulong_attr_from_template(&value_bits,
|
H A D | kernelKeys.c | 60 get_ulong_attr_from_template(&modulus_len, &t[i]); 151 get_ulong_attr_from_template(&key_type, &pTemplate[i]); 172 get_ulong_attr_from_template(key_len,
|
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softAttributeUtil.c | 859 get_ulong_attr_from_template(CK_ULONG *value, CK_ATTRIBUTE_PTR template) function 1532 rv = get_ulong_attr_from_template(&modulus_bits, 2183 rv = get_ulong_attr_from_template(&value_bits, 2721 rv = get_ulong_attr_from_template(&sck->sk_value_len,
|
Completed in 34 milliseconds