Searched refs:PKCS11_CKA_CLASS (Results 1 – 5 of 5) sorted by relevance
/optee_os/ta/pkcs11/src/ |
A D | sanitize_object.c | 89 if (cli_ref.id == PKCS11_CKA_CLASS) { in sanitize_class_and_type() 133 rc = add_attribute(dst, PKCS11_CKA_CLASS, in sanitize_class_and_type() 139 rc = add_attribute(dst, PKCS11_CKA_CLASS, in sanitize_class_and_type() 287 if (cli_ref.id == PKCS11_CKA_CLASS || in sanitize_client_object()
|
A D | attributes.h | 241 if (get_attribute(head, PKCS11_CKA_CLASS, &class, &size)) in get_class()
|
A D | pkcs11_helpers.c | 36 PKCS11_ID_SZ(PKCS11_CKA_CLASS, 4), 801 case PKCS11_CKA_CLASS: in id2str_attr_value()
|
A D | pkcs11_attributes.c | 490 rc = add_attribute(out, PKCS11_CKA_CLASS, &class, sizeof(uint32_t)); in create_storage_attributes()
|
/optee_os/ta/pkcs11/include/ |
A D | pkcs11_ta.h | 1029 PKCS11_CKA_CLASS = 0x0000, enumerator
|
Completed in 13 milliseconds