Home
last modified time | relevance | path

Searched refs:get_bool (Results 1 – 8 of 8) sorted by relevance

/optee_os/ta/pkcs11/src/
A Dpkcs11_attributes.c1152 get_bool(attrs, PKCS11_CKA_SENSITIVE); in create_attributes_from_template()
1180 always_sensitive = get_bool(attrs, in create_attributes_from_template()
1182 never_extract = !get_bool(attrs, in create_attributes_from_template()
1254 return get_bool(head, PKCS11_CKA_PRIVATE); in object_is_private()
1259 return get_bool(head, PKCS11_CKA_TOKEN); in object_is_token()
1314 if (get_bool(head, PKCS11_CKA_TRUSTED) && in check_created_attrs_against_token()
1321 if (get_bool(head, PKCS11_CKA_TOKEN) && in check_created_attrs_against_token()
1644 if (!get_bool(head, attr)) { in check_parent_attrs_against_processing()
1678 if (get_bool(head, PKCS11_CKA_ENCRYPT)) { in check_parent_attrs_against_processing()
2106 get_bool(head, PKCS11_CKA_TOKEN)) { in check_attrs_against_modification()
[all …]
A Dobject.c153 if (get_bool(obj->attributes, PKCS11_CKA_TOKEN)) { in destroy_object()
236 if (get_bool(obj->attributes, PKCS11_CKA_TOKEN)) { in create_object()
290 if (get_bool(head, PKCS11_CKA_TOKEN)) in create_object()
436 if (get_bool(object->attributes, PKCS11_CKA_TOKEN) && in entry_destroy_object()
450 if (!get_bool(object->attributes, PKCS11_CKA_DESTROYABLE)) in entry_destroy_object()
1056 if (get_bool(obj->attributes, PKCS11_CKA_TOKEN)) { in entry_set_attribute_value()
A Dattributes.h311 bool get_bool(struct obj_attrs *head, uint32_t attribute);
A Dprocessing.c1197 if (!get_bool(key->attributes, PKCS11_CKA_EXTRACTABLE)) { in entry_wrap_key()
1203 if (get_bool(key->attributes, PKCS11_CKA_WRAP_WITH_TRUSTED) && in entry_wrap_key()
1204 !get_bool(wrapping_key->attributes, PKCS11_CKA_TRUSTED)) { in entry_wrap_key()
A Dattributes.c233 bool get_bool(struct obj_attrs *head, uint32_t attribute) in get_bool() function
A Dpkcs11_token.c223 if (obj1 && get_bool(obj1->attributes, PKCS11_CKA_ALWAYS_AUTHENTICATE)) in set_processing_state()
226 if (obj2 && get_bool(obj2->attributes, PKCS11_CKA_ALWAYS_AUTHENTICATE)) in set_processing_state()
/optee_os/out/arm/ta/pkcs11/
A Dfd02c9da-306c-48c7-a49c-bbd827ae86ee.dmp745 000002a0 g F .text 00000054 get_bool
1438 000002a0 <get_bool>:
1439 get_bool():
2481 974: f7ff fc94 bl 2a0 <get_bool>
2626 a4e: f7ff fc27 bl 2a0 <get_bool>
2674 aa2: f7ff fbfd bl 2a0 <get_bool>
2972 c86: f7ff fb0b bl 2a0 <get_bool>
2994 ca8: f7ff fafa bl 2a0 <get_bool>
3952 12ca: f7fe ffe9 bl 2a0 <get_bool>
7765 2e20: f7fd fa3e bl 2a0 <get_bool>
[all …]
A Dfd02c9da-306c-48c7-a49c-bbd827ae86ee.map1704 0x00000000000002a0 get_bool

Completed in 79 milliseconds