Lines Matching defs:name
158 const char *name; /* Cipher suite IANA name. It starts with "TLS_" prefix */
159 const char *alias_name; /* Alias name is the same as OpenSSL cipher name */
165 /* Macro to initialize st_cipher data structure: stringify id to name, cipher
172 Macro to initialize st_cipher data structure with name, code (IANA cipher
176 suite name are the protocol name: "SSL_" or "TLS_", rest of the IANA name is
177 the same for both SSL and TLS cipher suite name.
586 Cipher alias name matches to OpenSSL cipher name, and for
589 NULL, /* The OpenSSL cipher name matches to the IANA name */
592 NULL, /* The OpenSSL cipher name matches to the IANA name */
595 NULL, /* The OpenSSL cipher name matches to the IANA name */
598 NULL, /* The OpenSSL cipher name matches to the IANA name */
601 NULL, /* The OpenSSL cipher name matches to the IANA name */
912 optimization and instead of loop directly get SSL name by cipher number.
916 return ciphertable[cipher].name;
922 return ciphertable[i].name;
925 return ciphertable[SSL_NULL_WITH_NULL_NULL].name;
1111 /* match the name of the certificate (doesn't work in macOS 10.12.1) */
1577 table by its (TLS) name.
1588 table_cipher_name = ciphertable[i].name;
1596 /* Compare a part of the string between separators with a cipher name
1597 in the table and make sure we matched the whole cipher name */
1607 /* It would be more human-readable if we print the wrong cipher name
1608 but we don't want to allocate any additional memory and copy the name
1614 failf(data, "SSL: cipher string \"%s\" contains unsupported cipher name"
2650 host name: */
2722 failf(data, "A non-fatal result for providing a server name "