Searched refs:SSL_CIPHER_description (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/doc/man3/ |
D | SSL_CIPHER_get_name.pod | 10 SSL_CIPHER_description, 31 char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int size); 110 SSL_CIPHER_description() returns a textual description of the cipher used 116 The string returned by SSL_CIPHER_description() consists of several fields 151 Some examples for the output of SSL_CIPHER_description(): 159 SSL_CIPHER_get_version() and SSL_CIPHER_description() return the corresponding 193 The SSL_CIPHER_description() function was changed to return B<NULL> on error,
|
/third_party/openssl/apps/ |
D | ciphers.c | 271 BIO_puts(bio_out, SSL_CIPHER_description(c, buf, sizeof(buf))); in ciphers_main()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
D | ssl.rs | 740 pub fn SSL_CIPHER_description( in SSL_CIPHER_description() function
|
/third_party/openssl/util/ |
D | libssl.num | 252 SSL_CIPHER_description 253 3_0_0 EXIST::FUNCTION:
|
/third_party/rust/crates/rust-openssl/openssl/src/ssl/ |
D | mod.rs | 2007 #[corresponds(SSL_CIPHER_description)] 2012 let ptr = ffi::SSL_CIPHER_description(self.as_ptr(), buf.as_mut_ptr(), 128); in description()
|
/third_party/libcoap/src/ |
D | coap_openssl.c | 3133 SSL_CIPHER_description(s_ciph, cipher, sizeof(cipher)); in coap_dtls_get_overhead() 3155 SSL_CIPHER_description(s_ciph, cipher, sizeof(cipher)); in coap_dtls_get_overhead()
|
/third_party/openssl/ssl/ |
D | ssl_ciph.c | 1690 char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len) in SSL_CIPHER_description() function
|
/third_party/openssl/doc/man1/ |
D | openssl-ciphers.pod.in | 74 L<SSL_CIPHER_description(3)>.
|
/third_party/openssl/ohos_lite/include/openssl/ |
D | ssl.h | 1961 __owur char *SSL_CIPHER_description(const SSL_CIPHER *, char *buf, int size);
|
/third_party/python/Modules/ |
D | _ssl.c | 1953 SSL_CIPHER_description(cipher, buf, sizeof(buf) - 1); in cipher_to_dict()
|
/third_party/openssl/include/openssl/ |
D | ssl.h.in | 2037 __owur char *SSL_CIPHER_description(const SSL_CIPHER *, char *buf, int size);
|
/third_party/openssl/ |
D | CHANGES.md | 4181 * The return value for SSL_CIPHER_description() for error conditions
|