Searched refs:cred2 (Results 1 – 6 of 6) sorted by relevance
/external/grpc-grpc/src/csharp/Grpc.Core/ |
D | CallCredentials.cs | 118 using (var cred2 = ToNativeRecursive(startIndex + 1)) in ToNativeRecursive() 120 var nativeComposite = CallCredentialsSafeHandle.CreateComposite(cred1, cred2); in ToNativeRecursive()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | interworking.c | 2129 struct wpa_cred *cred, *cred2; in interworking_credentials_available_helper() local 2141 cred2 = interworking_credentials_available_3gpp(wpa_s, bss, ignore_bw, in interworking_credentials_available_helper() 2143 if (cred && cred2 && in interworking_credentials_available_helper() 2144 (cred_prio_cmp(cred2, cred) >= 0 || (!excluded2 && excluded1))) { in interworking_credentials_available_helper() 2145 cred = cred2; in interworking_credentials_available_helper() 2149 cred = cred2; in interworking_credentials_available_helper() 2153 cred2 = interworking_credentials_available_roaming_consortium( in interworking_credentials_available_helper() 2155 if (cred && cred2 && in interworking_credentials_available_helper() 2156 (cred_prio_cmp(cred2, cred) >= 0 || (!excluded2 && excluded1))) { in interworking_credentials_available_helper() 2157 cred = cred2; in interworking_credentials_available_helper() [all …]
|
/external/grpc-grpc/src/php/ext/grpc/ |
D | channel_credentials.c | 190 wrapped_grpc_call_credentials *cred2 = in PHP_METHOD() local 193 grpc_composite_channel_credentials_create(cred1->wrapped, cred2->wrapped, in PHP_METHOD()
|
D | call_credentials.c | 83 wrapped_grpc_call_credentials *cred2 = in PHP_METHOD() local 86 grpc_composite_call_credentials_create(cred1->wrapped, cred2->wrapped, in PHP_METHOD()
|
/external/libcups/cups/ |
D | http.h | 628 extern int httpCompareCredentials(cups_array_t *cred1, cups_array_t *cred2) _CUPS_API_2_0;
|
D | http.c | 411 cups_array_t *cred2) /* I - Second set of X.509 credentials */ in httpCompareCredentials() argument 416 …cupsArrayFirst(cred2); temp1 && temp2; temp1 = (http_credential_t *)cupsArrayNext(cred1), temp2 = … in httpCompareCredentials()
|