Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dsanitize_object.c76 uint32_t class_found = PKCS11_CKO_UNDEFINED_ID; in sanitize_class_and_type() local
98 if (class_found != PKCS11_CKO_UNDEFINED_ID && in sanitize_class_and_type()
99 class_found != class) { in sanitize_class_and_type()
105 class_found = class; in sanitize_class_and_type()
131 if (class_found != PKCS11_CKO_UNDEFINED_ID) { in sanitize_class_and_type()
133 &class_found, sizeof(class_found)); in sanitize_class_and_type()