Home
last modified time | relevance | path

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

/trusty/user/app/sample/hwcrypto/
Dhwkey_srv_priv.h134 const char* access_token,
Dhwkey_srv.c666 static bool is_empty_token(const char* access_token) { in is_empty_token() argument
668 if (access_token[i] != 0) { in is_empty_token()
669 assert(strnlen(access_token, HWKEY_OPAQUE_HANDLE_SIZE) == in is_empty_token()
737 const char* access_token, in get_opaque_key() argument
756 if (CRYPTO_memcmp(entry->token, access_token, in get_opaque_key()