Home
last modified time | relevance | path

Searched refs:SSL_export_keying_material_early (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_export_keying_material.pod6 SSL_export_keying_material_early
18 int SSL_export_keying_material_early(SSL *s, unsigned char *out, size_t olen,
27 SSL_export_keying_material() and SSL_export_keying_material_early() enable an
34 SSL_export_keying_material_early() is only usable with TLSv1.3, and derives
72 SSL_export_keying_material_early() returns 0 on failure or 1 on success.
80 The SSL_export_keying_material_early() function was added in OpenSSL 1.1.1.
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dtls1.rs19 pub fn SSL_export_keying_material_early( in SSL_export_keying_material_early() function
/third_party/openssl/ohos_lite/include/openssl/
Dtls1.h237 __owur int SSL_export_keying_material_early(SSL *s, unsigned char *out,
/third_party/openssl/include/openssl/
Dtls1.h240 __owur int SSL_export_keying_material_early(SSL *s, unsigned char *out,
/third_party/openssl/util/
Dlibssl.num479 SSL_export_keying_material_early 480 3_0_0 EXIST::FUNCTION:
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs2789 #[corresponds(SSL_export_keying_material_early)]
2798 cvt(ffi::SSL_export_keying_material_early( in export_keying_material_early()
/third_party/openssl/test/
Dsslapitest.c6154 if (!TEST_int_eq(SSL_export_keying_material_early( in test_export_key_mat_early()
6157 || !TEST_int_eq(SSL_export_keying_material_early( in test_export_key_mat_early()
6160 || !TEST_int_eq(SSL_export_keying_material_early( in test_export_key_mat_early()
6163 || !TEST_int_eq(SSL_export_keying_material_early( in test_export_key_mat_early()
/third_party/openssl/ssl/
Dssl_lib.c3146 int SSL_export_keying_material_early(SSL *s, unsigned char *out, size_t olen, in SSL_export_keying_material_early() function