/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/jwt/ |
D | json_token.h | 36 struct grpc_auth_json_key { struct 44 int grpc_auth_json_key_is_valid(const grpc_auth_json_key* json_key); argument 48 grpc_auth_json_key grpc_auth_json_key_create_from_string( 53 grpc_auth_json_key grpc_auth_json_key_create_from_json( 57 void grpc_auth_json_key_destruct(grpc_auth_json_key* json_key); 63 char* grpc_jwt_encode_and_sign(const grpc_auth_json_key* json_key, 69 const grpc_auth_json_key* json_key, const char* audience,
|
D | json_token.cc | 72 int grpc_auth_json_key_is_valid(const grpc_auth_json_key* json_key) { in grpc_auth_json_key_is_valid() 77 grpc_auth_json_key grpc_auth_json_key_create_from_json(const Json& json) { in grpc_auth_json_key_create_from_json() 78 grpc_auth_json_key result; in grpc_auth_json_key_create_from_json() 84 memset(&result, 0, sizeof(grpc_auth_json_key)); in grpc_auth_json_key_create_from_json() 132 grpc_auth_json_key grpc_auth_json_key_create_from_string( in grpc_auth_json_key_create_from_string() 145 void grpc_auth_json_key_destruct(grpc_auth_json_key* json_key) { in grpc_auth_json_key_destruct() 178 static char* encoded_jwt_claim(const grpc_auth_json_key* json_key, in encoded_jwt_claim() 235 char* compute_and_encode_signature(const grpc_auth_json_key* json_key, in compute_and_encode_signature() 277 char* grpc_jwt_encode_and_sign(const grpc_auth_json_key* json_key, in grpc_jwt_encode_and_sign()
|
D | jwt_credentials.h | 51 grpc_service_account_jwt_access_credentials(grpc_auth_json_key key, 60 const grpc_auth_json_key& key() const { return key_; } in key() 90 grpc_auth_json_key key_; 98 grpc_auth_json_key key, gpr_timespec token_lifetime);
|
D | jwt_credentials.cc | 113 grpc_service_account_jwt_access_credentials(grpc_auth_json_key key, in grpc_service_account_jwt_access_credentials() 134 grpc_auth_json_key key, gpr_timespec token_lifetime) { in grpc_service_account_jwt_access_credentials_create_from_auth_json_key()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/jwt/ |
H A D | json_token.h | 36 struct grpc_auth_json_key { struct 48 int grpc_auth_json_key_is_valid(const grpc_auth_json_key* json_key); argument 52 grpc_auth_json_key grpc_auth_json_key_create_from_string( 57 grpc_auth_json_key grpc_auth_json_key_create_from_json( 61 void grpc_auth_json_key_destruct(grpc_auth_json_key* json_key); 67 char* grpc_jwt_encode_and_sign(const grpc_auth_json_key* json_key, 73 const grpc_auth_json_key* json_key, const char* audience,
|
H A D | json_token.cc | 73 int grpc_auth_json_key_is_valid(const grpc_auth_json_key* json_key) { in grpc_auth_json_key_is_valid() 78 grpc_auth_json_key grpc_auth_json_key_create_from_json(const Json& json) { in grpc_auth_json_key_create_from_json() 79 grpc_auth_json_key result; in grpc_auth_json_key_create_from_json() 85 memset(&result, 0, sizeof(grpc_auth_json_key)); in grpc_auth_json_key_create_from_json() 137 grpc_auth_json_key grpc_auth_json_key_create_from_string( in grpc_auth_json_key_create_from_string() 150 void grpc_auth_json_key_destruct(grpc_auth_json_key* json_key) { in grpc_auth_json_key_destruct() 187 static char* encoded_jwt_claim(const grpc_auth_json_key* json_key, in encoded_jwt_claim() 244 char* compute_and_encode_signature(const grpc_auth_json_key* json_key, 298 char* grpc_jwt_encode_and_sign(const grpc_auth_json_key* json_key,
|
H A D | jwt_credentials.h | 50 grpc_service_account_jwt_access_credentials(grpc_auth_json_key key, 59 const grpc_auth_json_key& key() const { return key_; } in key() 89 grpc_auth_json_key key_; 97 grpc_auth_json_key key, gpr_timespec token_lifetime);
|
H A D | jwt_credentials.cc | 113 grpc_service_account_jwt_access_credentials(grpc_auth_json_key key, in grpc_service_account_jwt_access_credentials() 134 grpc_auth_json_key key, gpr_timespec token_lifetime) { in grpc_service_account_jwt_access_credentials_create_from_auth_json_key()
|
/aosp_15_r20/external/grpc-grpc/test/core/security/ |
H A D | json_token_test.cc | 104 grpc_auth_json_key json_key = in TEST() 134 grpc_auth_json_key json_key = in TEST() 150 grpc_auth_json_key json_key = in TEST() 165 grpc_auth_json_key json_key = in TEST() 179 grpc_auth_json_key json_key = in TEST() 194 grpc_auth_json_key json_key = in TEST() 209 grpc_auth_json_key json_key = in TEST() 335 const grpc_auth_json_key* key) { in service_account_creds_jwt_encode_and_sign() 340 static char* jwt_creds_jwt_encode_and_sign(const grpc_auth_json_key* key) { in jwt_creds_jwt_encode_and_sign() 354 char* (*jwt_encode_and_sign_func)(const grpc_auth_json_key*), in test_jwt_encode_and_sign() argument [all …]
|
H A D | jwt_verifier_test.cc | 368 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in TEST() 403 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in TEST() 454 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in TEST() 496 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in TEST() 520 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in TEST() 563 grpc_auth_json_key key = grpc_auth_json_key_create_from_string(key_str); in TEST()
|
H A D | create_jwt.cc | 33 grpc_auth_json_key key; in create_jwt()
|
H A D | credentials_test.cc | 1293 void validate_jwt_encode_and_sign_params(const grpc_auth_json_key* json_key, in validate_jwt_encode_and_sign_params() 1322 char* encode_and_sign_jwt_success(const grpc_auth_json_key* json_key, in encode_and_sign_jwt_success() 1334 char* encode_and_sign_jwt_failure(const grpc_auth_json_key* json_key, in encode_and_sign_jwt_failure() 1343 const grpc_auth_json_key* /*json_key*/, const char* /*audience*/, in encode_and_sign_jwt_should_not_be_called() argument
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/security/credentials/google_default/ |
H A D | google_default_credentials.cc | 260 grpc_auth_json_key key; in create_default_creds_from_path()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/security/credentials/google_default/ |
D | google_default_credentials.cc | 260 grpc_auth_json_key key; in create_default_creds_from_path()
|