Home
last modified time | relevance | path

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

/optee_os-3.20.0/ta/pkcs11/src/
A Dsanitize_object.c77 uint32_t class_found = PKCS11_CKO_UNDEFINED_ID; in sanitize_class_and_type() local
99 if (class_found != PKCS11_CKO_UNDEFINED_ID && in sanitize_class_and_type()
100 class_found != class) { in sanitize_class_and_type()
106 class_found = class; in sanitize_class_and_type()
132 if (class_found != PKCS11_CKO_UNDEFINED_ID) { in sanitize_class_and_type()
134 &class_found, sizeof(class_found)); in sanitize_class_and_type()

Completed in 2 milliseconds