Searched refs:secret_hex (Results 1 – 1 of 1) sorted by relevance
622 const std::string& token_hex, const std::string& secret_hex) { in authentication_from_hex() argument625 if (!parse_hex(secret_hex, &secret)) return std::optional<android::vold::KeyAuthentication>(); in authentication_from_hex()706 const std::string& secret_hex) { in fscrypt_add_user_key_auth() argument710 auto auth = authentication_from_hex(token_hex, secret_hex); in fscrypt_add_user_key_auth()716 const std::string& secret_hex) { in fscrypt_clear_user_key_auth() argument720 auto auth = authentication_from_hex(token_hex, secret_hex); in fscrypt_clear_user_key_auth()741 const std::string& secret_hex) { in fscrypt_unlock_user_key() argument749 auto auth = authentication_from_hex(token_hex, secret_hex); in fscrypt_unlock_user_key()