Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
A Dsanitize_object.c80 uint32_t type_found = PKCS11_UNDEFINED_ID; in sanitize_class_and_type() local
121 if (type_found != PKCS11_CKK_UNDEFINED_ID && in sanitize_class_and_type()
122 type_found != type) { in sanitize_class_and_type()
128 type_found = type; in sanitize_class_and_type()
146 if (type_found != PKCS11_UNDEFINED_ID) { in sanitize_class_and_type()
148 &type_found, sizeof(type_found)); in sanitize_class_and_type()

Completed in 3 milliseconds