Home
last modified time | relevance | path

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

/optee_os-3.20.0/ta/pkcs11/src/
A Dpersistent_token.c163 char *uuid_str = NULL; in setup_identity_auth_from_pin() local
185 uuid_str = strstr(acl_string, ":"); in setup_identity_auth_from_pin()
186 if (uuid_str) in setup_identity_auth_from_pin()
187 uuid_str++; in setup_identity_auth_from_pin()
203 if (!uuid_str) { in setup_identity_auth_from_pin()
209 res = tee_uuid_from_str(&identity.uuid, uuid_str); in setup_identity_auth_from_pin()

Completed in 3 milliseconds