Searched refs:get_bool (Results 1 – 6 of 6) sorted by relevance
| /optee_os/ta/pkcs11/src/ |
| H A D | pkcs11_attributes.c | 1433 get_bool(parent, PKCS11_CKA_ALWAYS_SENSITIVE) && in create_attributes_from_template() 1434 get_bool(attrs, PKCS11_CKA_SENSITIVE); in create_attributes_from_template() 1436 get_bool(parent, PKCS11_CKA_NEVER_EXTRACTABLE) && in create_attributes_from_template() 1437 !get_bool(attrs, PKCS11_CKA_EXTRACTABLE); in create_attributes_from_template() 1462 always_sensitive = get_bool(attrs, in create_attributes_from_template() 1464 never_extract = !get_bool(attrs, in create_attributes_from_template() 1513 if (get_bool(head, PKCS11_CKA_NEVER_EXTRACTABLE) && in check_attrs_misc_integrity() 1514 get_bool(head, PKCS11_CKA_EXTRACTABLE)) { in check_attrs_misc_integrity() 1516 get_bool(head, PKCS11_CKA_NEVER_EXTRACTABLE), in check_attrs_misc_integrity() 1517 get_bool(head, PKCS11_CKA_EXTRACTABLE)); in check_attrs_misc_integrity() [all …]
|
| H A D | object.c | 153 if (get_bool(obj->attributes, PKCS11_CKA_TOKEN)) { in destroy_object() 238 if (get_bool(obj->attributes, PKCS11_CKA_TOKEN)) { in create_object() 292 if (get_bool(head, PKCS11_CKA_TOKEN)) in create_object() 443 if (get_bool(object->attributes, PKCS11_CKA_TOKEN) && in entry_destroy_object() 457 if (!get_bool(object->attributes, PKCS11_CKA_DESTROYABLE)) in entry_destroy_object() 1094 if (get_bool(obj->attributes, PKCS11_CKA_TOKEN)) { in entry_set_attribute_value()
|
| H A D | attributes.h | 311 bool get_bool(struct obj_attrs *head, uint32_t attribute);
|
| H A D | processing.c | 1240 if (!get_bool(key->attributes, PKCS11_CKA_EXTRACTABLE)) { in entry_wrap_key() 1246 if (get_bool(key->attributes, PKCS11_CKA_WRAP_WITH_TRUSTED) && in entry_wrap_key() 1247 !get_bool(wrapping_key->attributes, PKCS11_CKA_TRUSTED)) { in entry_wrap_key()
|
| H A D | attributes.c | 232 bool get_bool(struct obj_attrs *head, uint32_t attribute) in get_bool() function
|
| H A D | pkcs11_token.c | 235 if (obj1 && get_bool(obj1->attributes, PKCS11_CKA_ALWAYS_AUTHENTICATE)) in set_processing_state() 238 if (obj2 && get_bool(obj2->attributes, PKCS11_CKA_ALWAYS_AUTHENTICATE)) in set_processing_state()
|