Searched refs:get_u32_attribute (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | attributes.h | 202 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()
|
A D | pkcs11_attributes.c | 1560 rc = get_u32_attribute(secret, PKCS11_CKA_VALUE_LEN, in check_created_attrs() 1569 rc = get_u32_attribute(public, PKCS11_CKA_MODULUS_BITS, in check_created_attrs() 2250 rc = get_u32_attribute(*head, PKCS11_CKA_MODULUS_BITS, &key_bits); in set_private_key_data_rsa()
|
A D | processing_asymm.c | 885 rc = get_u32_attribute(*head, PKCS11_CKA_VALUE_LEN, &key_bit_size); in do_asymm_derivation()
|
Completed in 8 milliseconds