Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dsanitize_object.c79 uint32_t type_found = PKCS11_UNDEFINED_ID; in sanitize_class_and_type() local
120 if (type_found != PKCS11_CKK_UNDEFINED_ID && in sanitize_class_and_type()
121 type_found != type) { in sanitize_class_and_type()
127 type_found = type; in sanitize_class_and_type()
145 if (type_found != PKCS11_UNDEFINED_ID) { in sanitize_class_and_type()
147 &type_found, sizeof(type_found)); in sanitize_class_and_type()