Searched refs:secret_hex (Results 1 – 1 of 1) sorted by relevance
628 const std::string& secret_hex) { in authentication_from_hex() argument630 if (!parse_hex(secret_hex, &secret)) return std::optional<android::vold::KeyAuthentication>(); in authentication_from_hex()703 bool fscrypt_add_user_key_auth(userid_t user_id, int serial, const std::string& secret_hex) { in fscrypt_add_user_key_auth() argument706 auto auth = authentication_from_hex(secret_hex); in fscrypt_add_user_key_auth()711 bool fscrypt_clear_user_key_auth(userid_t user_id, int serial, const std::string& secret_hex) { in fscrypt_clear_user_key_auth() argument714 auto auth = authentication_from_hex(secret_hex); in fscrypt_clear_user_key_auth()742 bool fscrypt_unlock_user_key(userid_t user_id, int serial, const std::string& secret_hex) { in fscrypt_unlock_user_key() argument749 auto auth = authentication_from_hex(secret_hex); in fscrypt_unlock_user_key()