Home
last modified time | relevance | path

Searched refs:hints (Results 1 – 7 of 7) sorted by relevance

/openssl-master/crypto/bio/
A Dbio_addr.c690 struct addrinfo hints; in BIO_lookup_ex() local
692 memset(&hints, 0, sizeof(hints)); in BIO_lookup_ex()
694 hints.ai_family = family; in BIO_lookup_ex()
695 hints.ai_socktype = socktype; in BIO_lookup_ex()
696 hints.ai_protocol = protocol; in BIO_lookup_ex()
701 hints.ai_flags |= AI_ADDRCONFIG; in BIO_lookup_ex()
705 hints.ai_flags |= AI_PASSIVE; in BIO_lookup_ex()
713 switch ((gai_ret = getaddrinfo(host, service, &hints, res))) { in BIO_lookup_ex()
731 if (hints.ai_flags & AI_ADDRCONFIG) { in BIO_lookup_ex()
732 hints.ai_flags &= ~AI_ADDRCONFIG; in BIO_lookup_ex()
[all …]
/openssl-master/doc/man3/
A DOSSL_ENCODER_CTX_new_for_pkey.pod114 These are only 'hints' since the encoder implementations are free to
A DSSL_CTX_use_psk_identity_hint.pod58 Identity hints are not relevant for TLSv1.3. A server application wishing to use
A DENGINE_add.pod250 the F<< <openssl/engine.h> >> header file includes some hints.
/openssl-master/doc/man7/
A Dprovider-encoder.pod196 hints, but must do so with care. In the end, the output must make sense,
/openssl-master/doc/man1/
A Dopenssl-cmp.pod.in1040 although they usually contain hints that would be helpful for diagnostics.
/openssl-master/
A DCHANGES.md6464 If PSK identity hints are received by a multi-threaded client then
7543 If PSK identity hints are received by a multi-threaded client then

Completed in 28 milliseconds