Home
last modified time | relevance | path

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

/optee_os-3.20.0/ta/pkcs11/src/
A Dpkcs11_helpers.c35 static const struct attr_size attr_ids[] = { variable
411 for (n = 0; n < ARRAY_SIZE(attr_ids); n++) in valid_pkcs11_attribute_id()
412 if (id == attr_ids[n].id) in valid_pkcs11_attribute_id()
413 return !attr_ids[n].size || size == attr_ids[n].size; in valid_pkcs11_attribute_id()
748 for (n = 0; n < ARRAY_SIZE(attr_ids); n++) { in id2str_attr()
749 if (id == attr_ids[n].id) { in id2str_attr()
751 return attr_ids[n].string + strlen("PKCS11_CKA_"); in id2str_attr()

Completed in 6 milliseconds