Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dattributes.h202 static inline enum pkcs11_rc get_u32_attribute(struct obj_attrs *head, in get_u32_attribute() function
277 if (get_u32_attribute(head, PKCS11_CKA_CERTIFICATE_TYPE, &type)) in get_certificate_type()
H A Dpkcs11_attributes.c1814 rc = get_u32_attribute(secret, PKCS11_CKA_VALUE_LEN, in check_created_attrs()
1823 rc = get_u32_attribute(public, PKCS11_CKA_MODULUS_BITS, in check_created_attrs()
2518 rc = get_u32_attribute(*head, PKCS11_CKA_MODULUS_BITS, &key_bits); in set_private_key_data_rsa()
H A Dprocessing_asymm.c1042 rc = get_u32_attribute(*head, PKCS11_CKA_VALUE_LEN, &key_bit_size); in do_asymm_derivation()