Home
last modified time | relevance | path

Searched refs:PKCS11_CKA_LOCAL (Results 1 – 3 of 3) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dpkcs11_helpers.c91 PKCS11_ID_SZ(PKCS11_CKA_LOCAL, 1),
531 [BPA_LOCAL] = PKCS11_CKA_LOCAL, in pkcs11_attr2boolprop_shift()
H A Dpkcs11_attributes.c1395 if (get_attribute_ptr(temp, PKCS11_CKA_LOCAL, NULL, NULL) != in create_attributes_from_template()
1419 rc = add_attribute(&attrs, PKCS11_CKA_LOCAL, &local, sizeof(local)); in create_attributes_from_template()
1662 assert(check_attr_bval(proc_id, head, PKCS11_CKA_LOCAL, false)); in check_created_attrs_against_processing()
1669 assert(check_attr_bval(proc_id, head, PKCS11_CKA_LOCAL, true)); in check_created_attrs_against_processing()
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h1136 PKCS11_CKA_LOCAL = 0x0163, enumerator