Home
last modified time | relevance | path

Searched defs:expires_in (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/platform/cloud/
Doauth_client.cc287 int64 expires_in; in ParseOAuthResponse() local
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ft.c1230 int expires_in; in wpa_ft_expire_pmk_r0() local
1324 int expires_in, int session_timeout, in wpa_ft_store_pmk_r0()
1411 int expires_in, int session_timeout, in wpa_ft_store_pmk_r1()
2051 int expires_in = sm->wpa_auth->conf.r0_key_lifetime; in wpa_ft_store_pmk_fils() local
2093 int expires_in = sm->wpa_auth->conf.r0_key_lifetime; in wpa_auth_derive_ptk_ft() local
2792 int expires_in = 0; in wpa_ft_local_derive_pmk_r1() local
3504 int expires_in; in wpa_ft_rrb_build_r0() local
3746 int expires_in; in wpa_ft_rrb_rx_r1() local
/external/grpc-grpc/src/core/lib/security/credentials/oauth2/
Doauth2_credentials.cc148 grpc_json* expires_in = nullptr; in grpc_oauth2_token_fetcher_credentials_parse_server_response() local
/external/python/oauth2client/tests/
Dtest_client.py1176 def test_get_access_token_without_http(self, expires_in, refresh_mock): argument
1199 def test_get_access_token_with_http(self, expires_in, refresh_mock): argument