Home
last modified time | relevance | path

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

/optee_os-3.20.0/ta/pkcs11/src/
A Dpkcs11_attributes.c1178 get_bool(attrs, PKCS11_CKA_SENSITIVE); in create_attributes_from_template()
1206 always_sensitive = get_bool(attrs, in create_attributes_from_template()
1208 never_extract = !get_bool(attrs, in create_attributes_from_template()
1280 return get_bool(head, PKCS11_CKA_PRIVATE); in object_is_private()
1285 return get_bool(head, PKCS11_CKA_TOKEN); in object_is_token()
1340 if (get_bool(head, PKCS11_CKA_TRUSTED) && in check_created_attrs_against_token()
1347 if (get_bool(head, PKCS11_CKA_TOKEN) && in check_created_attrs_against_token()
1683 if (!get_bool(head, attr)) { in check_parent_attrs_against_processing()
1716 if (get_bool(head, PKCS11_CKA_ENCRYPT)) { in check_parent_attrs_against_processing()
2162 get_bool(head, PKCS11_CKA_TOKEN)) { in check_attrs_against_modification()
[all …]
A Dattributes.h311 bool get_bool(struct obj_attrs *head, uint32_t attribute);
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 Dprocessing.c1230 if (!get_bool(key->attributes, PKCS11_CKA_EXTRACTABLE)) { in entry_wrap_key()
1236 if (get_bool(key->attributes, PKCS11_CKA_WRAP_WITH_TRUSTED) && in entry_wrap_key()
1237 !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()

Completed in 14 milliseconds