Searched refs:json_key_file_path (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/test/core/security/ |
D | create_jwt.cc | 31 void create_jwt(const char* json_key_file_path, const char* service_url, in create_jwt() argument 37 "load_file", grpc_load_file(json_key_file_path, 1, &json_key_data))); in create_jwt() 61 const char* json_key_file_path = nullptr; in main() local 66 &json_key_file_path); in main() 76 if (json_key_file_path == nullptr) { in main() 94 create_jwt(json_key_file_path, service_url, scope); in main()
|
D | fetch_oauth2.cc | 47 char* json_key_file_path = nullptr; in main() local 64 if (json_key_file_path != nullptr && in main() 72 if (json_key_file_path != nullptr || scope != nullptr) { in main()
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | create_jwt.cc | 31 void create_jwt(const char* json_key_file_path, const char* service_url, in create_jwt() argument 37 "load_file", grpc_load_file(json_key_file_path, 1, &json_key_data))); in create_jwt() 61 const char* json_key_file_path = nullptr; in main() local 66 &json_key_file_path); in main() 76 if (json_key_file_path == nullptr) { in main() 94 create_jwt(json_key_file_path, service_url, scope); in main()
|