Home
last modified time | relevance | path

Searched refs:SSL_CIPHER_description (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_CIPHER_get_name.pod10 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/
Dciphers.c271 BIO_puts(bio_out, SSL_CIPHER_description(c, buf, sizeof(buf))); in ciphers_main()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs740 pub fn SSL_CIPHER_description( in SSL_CIPHER_description() function
/third_party/openssl/util/
Dlibssl.num252 SSL_CIPHER_description 253 3_0_0 EXIST::FUNCTION:
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs2007 #[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/
Dcoap_openssl.c3133 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/
Dssl_ciph.c1690 char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, int len) in SSL_CIPHER_description() function
/third_party/openssl/doc/man1/
Dopenssl-ciphers.pod.in74 L<SSL_CIPHER_description(3)>.
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h1961 __owur char *SSL_CIPHER_description(const SSL_CIPHER *, char *buf, int size);
/third_party/python/Modules/
D_ssl.c1953 SSL_CIPHER_description(cipher, buf, sizeof(buf) - 1); in cipher_to_dict()
/third_party/openssl/include/openssl/
Dssl.h.in2037 __owur char *SSL_CIPHER_description(const SSL_CIPHER *, char *buf, int size);
/third_party/openssl/
DCHANGES.md4181 * The return value for SSL_CIPHER_description() for error conditions