Home
last modified time | relevance | path

Searched refs:get_attribute_ptr (Results 1 – 10 of 10) sorted by relevance

/optee_os/ta/pkcs11/src/
A Dpkcs11_attributes.c246 if (get_attribute_ptr(temp, attrs[n], &value, &size)) in set_mandatory_attributes()
282 rc = get_attribute_ptr(temp, attrs[n], &value, &size); in set_optional_attributes_with_def()
661 rc = get_attribute_ptr(*out, PKCS11_CKA_CERTIFICATE_CATEGORY, in create_certificate_attributes()
855 rc = get_attribute_ptr(*temp, PKCS11_CKA_VALUE, NULL, &a_size); in sanitize_symm_key_attributes()
872 if (get_attribute_ptr(*temp, PKCS11_CKA_VALUE_LEN, NULL, in sanitize_symm_key_attributes()
1020 rc = get_attribute_ptr(parent, indirect_template, in create_attributes_from_template()
1113 if (get_attribute_ptr(temp, PKCS11_CKA_LOCAL, NULL, NULL) != in create_attributes_from_template()
1167 if (get_attribute_ptr(temp, PKCS11_CKA_EXTRACTABLE, in create_attributes_from_template()
1592 rc = get_attribute_ptr(head, PKCS11_CKA_ALLOWED_MECHANISMS, in parent_key_complies_allowed_processings()
2084 if (get_attribute_ptr(obj->attributes, cli_ref.id, NULL, in check_attrs_against_modification()
[all …]
A Dattributes.c153 enum pkcs11_rc get_attribute_ptr(struct obj_attrs *head, uint32_t attribute, in get_attribute_ptr() function
176 rc = get_attribute_ptr(head, attribute, &attr_ptr, &size); in get_attribute()
267 rc = get_attribute_ptr(candidate, pkcs11_ref.id, &value, &size); in attributes_match_reference()
296 rc = get_attribute_ptr(*head, pkcs11_ref.id, &value, &size); in attributes_match_add_reference()
A Dprocessing_rsa.c406 rc = get_attribute_ptr(obj->attributes, PKCS11_CKA_PRIME_1, in load_tee_rsa_key_attrs()
467 rc = get_attribute_ptr(*pub_head, PKCS11_CKA_PUBLIC_EXPONENT, &a_ptr, in tee2pkcs_rsa_attributes()
546 rc = get_attribute_ptr(*pub_head, PKCS11_CKA_MODULUS_BITS, &a_ptr, in generate_rsa_keys()
553 rc = get_attribute_ptr(*pub_head, PKCS11_CKA_PUBLIC_EXPONENT, &a_ptr, in generate_rsa_keys()
A Dpkcs11_helpers.c560 if (get_attribute_ptr(obj->attributes, PKCS11_CKA_EC_PARAMS, in pkcs2tee_load_attr()
575 if (get_attribute_ptr(obj->attributes, PKCS11_CKA_EC_POINT, in pkcs2tee_load_attr()
636 if (get_attribute_ptr(obj->attributes, pkcs11_id, &a_ptr, &a_size)) in pkcs2tee_load_attr()
661 rc = get_attribute_ptr(obj->attributes, pkcs11_id, &a_ptr, &a_size); in pkcs2tee_load_hashed_attr()
A Dattributes.h133 enum pkcs11_rc get_attribute_ptr(struct obj_attrs *head, uint32_t attribute,
A Dprocessing.c139 if (get_attribute_ptr(attrs, PKCS11_CKA_VALUE, NULL, &a_size)) in get_object_key_bit_size()
144 if (get_attribute_ptr(attrs, PKCS11_CKA_MODULUS, NULL, &a_size)) in get_object_key_bit_size()
149 if (get_attribute_ptr(attrs, PKCS11_CKA_EC_PARAMS, in get_object_key_bit_size()
171 rc = get_attribute_ptr(*head, PKCS11_CKA_VALUE_LEN, &data, &data_size); in generate_random_key_value()
1214 rc = get_attribute_ptr(wrapping_key->attributes, in entry_wrap_key()
A Dprocessing_digest.c171 rc = get_attribute_ptr(obj->attributes, PKCS11_CKA_VALUE, in step_digest_operation()
A Dprocessing_ec.c579 if (get_attribute_ptr(*pub_head, PKCS11_CKA_EC_PARAMS, in generate_ec_keys()
/optee_os/out/arm/ta/pkcs11/
A Dfd02c9da-306c-48c7-a49c-bbd827ae86ee.dmp658 000001ac g F .text 00000024 get_attribute_ptr
1273 000001ac <get_attribute_ptr>:
1274 get_attribute_ptr():
1313 1e0: f7ff ffe4 bl 1ac <get_attribute_ptr>
1523 330: f7ff ff3c bl 1ac <get_attribute_ptr>
1605 3b6: f7ff fef9 bl 1ac <get_attribute_ptr>
5879 1fca: f7fe f8ef bl 1ac <get_attribute_ptr>
6149 2182: f7fe f813 bl 1ac <get_attribute_ptr>
6729 2598: f7fd fe08 bl 1ac <get_attribute_ptr>
7027 2804: f7fd fcd2 bl 1ac <get_attribute_ptr>
[all …]
A Dfd02c9da-306c-48c7-a49c-bbd827ae86ee.map1700 0x00000000000001ac get_attribute_ptr

Completed in 76 milliseconds