Home
last modified time | relevance | path

Searched refs:cred2 (Results 1 – 6 of 6) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/
DCallCredentials.cs118 using (var cred2 = ToNativeRecursive(startIndex + 1)) in ToNativeRecursive()
120 var nativeComposite = CallCredentialsSafeHandle.CreateComposite(cred1, cred2); in ToNativeRecursive()
/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.c2129 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/
Dchannel_credentials.c190 wrapped_grpc_call_credentials *cred2 = in PHP_METHOD() local
193 grpc_composite_channel_credentials_create(cred1->wrapped, cred2->wrapped, in PHP_METHOD()
Dcall_credentials.c83 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/
Dhttp.h628 extern int httpCompareCredentials(cups_array_t *cred1, cups_array_t *cred2) _CUPS_API_2_0;
Dhttp.c411 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()