HomeSort by: relevance | last modified time | path
    Searched defs:tls_cipher_suite (Results 1 - 4 of 4) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
dict_ldap.c 204 char *tls_cipher_suite; member in struct:__anon23071
565 if (*dict_ldap->tls_cipher_suite) {
567 dict_ldap->tls_cipher_suite)) != LDAP_SUCCESS) {
568 msg_warn("%s: Unable to set tls_cipher_suite to %s: %d: %s",
569 myname, dict_ldap->tls_cipher_suite,
858 ADDSTR(keybuf, sslon ? dict_ldap->tls_cipher_suite : "");
1499 myfree(dict_ldap->tls_cipher_suite);
1859 /* get configured value of "tls_cipher_suite"; default "" */
1860 dict_ldap->tls_cipher_suite = cfg_get_str(dict_ldap->parser,
1861 "tls_cipher_suite", "", 0, 0)
    [all...]
dict_ldap.c 204 char *tls_cipher_suite; member in struct:__anon23071
565 if (*dict_ldap->tls_cipher_suite) {
567 dict_ldap->tls_cipher_suite)) != LDAP_SUCCESS) {
568 msg_warn("%s: Unable to set tls_cipher_suite to %s: %d: %s",
569 myname, dict_ldap->tls_cipher_suite,
858 ADDSTR(keybuf, sslon ? dict_ldap->tls_cipher_suite : "");
1499 myfree(dict_ldap->tls_cipher_suite);
1859 /* get configured value of "tls_cipher_suite"; default "" */
1860 dict_ldap->tls_cipher_suite = cfg_get_str(dict_ldap->parser,
1861 "tls_cipher_suite", "", 0, 0)
    [all...]
  /src/external/bsd/wpa/dist/src/tls/
tlsv1_common.h 215 struct tls_cipher_suite { struct
250 const struct tls_cipher_suite * tls_get_cipher_suite(u16 suite);
tlsv1_common.h 215 struct tls_cipher_suite { struct
250 const struct tls_cipher_suite * tls_get_cipher_suite(u16 suite);

Completed in 46 milliseconds