Home
last modified time | relevance | path

Searched refs:stdname (Results 1 – 6 of 6) sorted by relevance

/openssl/apps/
H A Dciphers.c95 int stdname = 0; in ciphers_main() local
130 stdname = verbose = 1; in ciphers_main()
264 if (stdname) { in ciphers_main()
/openssl/doc/man3/
H A DSSL_CIPHER_get_name.pod28 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
/openssl/ssl/
H A Dssl_ciph.c1070 } else if (ca_list[j]->stdname != NULL in ssl_cipher_process_rulestr()
1071 && strncmp(buf, ca_list[j]->stdname, buflen) == 0 in ssl_cipher_process_rulestr()
1072 && ca_list[j]->stdname[buflen] == '\0') { in ssl_cipher_process_rulestr()
1904 return c->stdname; in SSL_CIPHER_standard_name()
1909 const char *OPENSSL_cipher_name(const char *stdname) in OPENSSL_cipher_name() argument
1913 if (stdname == NULL) in OPENSSL_cipher_name()
1915 c = ssl3_get_cipher_by_std_name(stdname); in OPENSSL_cipher_name()
H A Ds3_lib.c4185 const SSL_CIPHER *ssl3_get_cipher_by_std_name(const char *stdname) in ssl3_get_cipher_by_std_name() argument
4195 if (tbl->stdname == NULL) in ssl3_get_cipher_by_std_name()
4197 if (strcmp(stdname, tbl->stdname) == 0) { in ssl3_get_cipher_by_std_name()
H A Dssl_local.h387 const char *stdname; /* RFC name */ member
2602 __owur const SSL_CIPHER *ssl3_get_cipher_by_std_name(const char *stdname);
/openssl/doc/man1/
H A Dopenssl-ciphers.pod.in23 [B<-stdname>]
87 =item B<-stdname>
806 The B<-stdname> is only available if OpenSSL is built with tracing enabled

Completed in 42 milliseconds