Searched refs:authenticator_type (Results 1 – 10 of 10) sorted by relevance
32 authenticator_type: HardwareAuthenticatorType, field40 authenticator_type: tok.authenticatorType, in from_auth_token()
589 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()612 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()641 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()665 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()692 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()721 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()750 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()773 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()826 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()851 token.authenticator_type = hton(static_cast<uint32_t>(HW_AUTH_PASSWORD)); in TEST_F()[all …]
251 token.authenticator_type = htobe32(HW_AUTH_PASSWORD); in MintAuthToken()258 sizeof(token.authenticator_type) + in MintAuthToken()
101 ASSERT_EQ(htobe32(HW_AUTH_PASSWORD), hat->authenticator_type); in TEST_F()
856 sizeof(authenticator_type) + sizeof(timestamp) + blob_size(mac); in SerializedSize()863 buf = append_uint32_to_buf(buf, end, authenticator_type); in Serialize()872 copy_uint32_from_buf(buf_ptr, end, &authenticator_type) && in Deserialize()
476 *token_auth_type = ntoh((*auth_token)->authenticator_type); in GetAndValidateAuthToken()
114 auth_token->authenticator_type = in injectAuthToken()318 request.auth_token.authenticator_type = legacy_enum_conversion(authToken.authenticatorType); in verifyAuthorization()
894 authenticator_type = other.authenticator_type; in HardwareAuthToken()906 hw_authenticator_type_t authenticator_type{};
322 betoh32(hwAuthToken->authenticator_type)); in verifyChallenge()
286 request.auth_token.authenticator_type = legacy_enum_conversion(authToken.authenticatorType); in verifyAuthorization()