Searched refs:stdname (Results 1 – 7 of 7) sorted by relevance
95 int stdname = 0; in ciphers_main() local130 stdname = verbose = 1; in ciphers_main()264 if (stdname) { in ciphers_main()
28 const char *OPENSSL_cipher_name(const char *stdname);52 OPENSSL_cipher_name() returns a pointer to the OpenSSL name of B<stdname>.53 If the B<stdname> is NULL, or B<stdname> has no corresponding OpenSSL name,54 it returns "(NONE)". Where both exist, B<stdname> should be the TLS name rather
1071 } else if (ca_list[j]->stdname != NULL in ssl_cipher_process_rulestr()1072 && strncmp(buf, ca_list[j]->stdname, buflen) == 0 in ssl_cipher_process_rulestr()1073 && ca_list[j]->stdname[buflen] == '\0') { in ssl_cipher_process_rulestr()1905 return c->stdname; in SSL_CIPHER_standard_name()1910 const char *OPENSSL_cipher_name(const char *stdname) in OPENSSL_cipher_name() argument1914 if (stdname == NULL) in OPENSSL_cipher_name()1916 c = ssl3_get_cipher_by_std_name(stdname); in OPENSSL_cipher_name()
4266 const SSL_CIPHER *ssl3_get_cipher_by_std_name(const char *stdname) in ssl3_get_cipher_by_std_name() argument4276 if (tbl->stdname == NULL) in ssl3_get_cipher_by_std_name()4278 if (strcmp(stdname, tbl->stdname) == 0) { in ssl3_get_cipher_by_std_name()
385 const char *stdname; /* RFC name */ member2651 __owur const SSL_CIPHER *ssl3_get_cipher_by_std_name(const char *stdname);
1298 const char * stdname; in tzparse() 1307 stdname = name; in tzparse() 1310 stdname = name; in tzparse() 1314 stdlen = name - stdname; in tzparse() 1318 stdlen = name - stdname; in tzparse() 1557 memcpy(cp, stdname, stdlen); in tzparse() 1295 const char * stdname; tzparse() local
22 [B<-stdname>]86 =item B<-stdname>805 The B<-stdname> is only available if OpenSSL is built with tracing enabled