Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
A Dpkcs11_helpers.c35 static const struct attr_size attr_ids[] = { variable
409 for (n = 0; n < ARRAY_SIZE(attr_ids); n++) in valid_pkcs11_attribute_id()
410 if (id == attr_ids[n].id) in valid_pkcs11_attribute_id()
411 return !attr_ids[n].size || size == attr_ids[n].size; in valid_pkcs11_attribute_id()
745 for (n = 0; n < ARRAY_SIZE(attr_ids); n++) { in id2str_attr()
746 if (id == attr_ids[n].id) { in id2str_attr()
748 return attr_ids[n].string + strlen("PKCS11_CKA_"); in id2str_attr()
/optee_os/out/arm/ta/pkcs11/
A Dfd02c9da-306c-48c7-a49c-bbd827ae86ee.dmp215 0001adcc l O .data 000002f4 attr_ids

Completed in 55 milliseconds