Home
last modified time | relevance | path

Searched refs:PKCS11_CKA_CLASS (Results 1 – 5 of 5) sorted by relevance

/optee_os/ta/pkcs11/src/
H A Dsanitize_object.c88 if (cli_ref.id == PKCS11_CKA_CLASS) { in sanitize_class_and_type()
132 rc = add_attribute(dst, PKCS11_CKA_CLASS, in sanitize_class_and_type()
138 rc = add_attribute(dst, PKCS11_CKA_CLASS, in sanitize_class_and_type()
286 if (cli_ref.id == PKCS11_CKA_CLASS || in sanitize_client_object()
H A Dattributes.h241 if (get_attribute(head, PKCS11_CKA_CLASS, &class, &size)) in get_class()
H A Dpkcs11_helpers.c36 PKCS11_ID_SZ(PKCS11_CKA_CLASS, 4),
819 case PKCS11_CKA_CLASS: in id2str_attr_value()
H A Dpkcs11_attributes.c508 rc = add_attribute(out, PKCS11_CKA_CLASS, &class, sizeof(uint32_t)); in create_storage_attributes()
/optee_os/ta/pkcs11/include/
H A Dpkcs11_ta.h1082 PKCS11_CKA_CLASS = 0x0000, enumerator