OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:httpAddCredential
(Results
1 - 6
of
6
) sorted by null
/external/libcups/cups/
tls-boringssl.c
433
httpAddCredential
(credentials, key->data, key->length);
tls-gnutls.c
323
httpAddCredential
(*credentials, certs->data, certs->size);
745
if (
httpAddCredential
(*credentials, data, num_data))
[
all
...]
http.h
572
extern int
httpAddCredential
(cups_array_t *credentials,
tls-darwin.c
477
httpAddCredential
(*credentials, CFDataGetBytePtr(data), (size_t)CFDataGetLength(data));
944
httpAddCredential
(*credentials, CFDataGetBytePtr(data), (size_t)CFDataGetLength(data));
[
all
...]
tls-sspi.c
156
httpAddCredential
(*credentials, http->tls->remoteCert->pbCertEncoded, http->tls->remoteCert->cbCertEncoded);
509
httpAddCredential
(*credentials, storedContext->pbCertEncoded, storedContext->cbCertEncoded);
[
all
...]
http.c
202
* '
httpAddCredential
()' - Allocates and adds a single credential to an array.
210
httpAddCredential
(
[
all
...]
Completed in 900 milliseconds