Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A 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.
/openssl/include/openssl/
H A Dtls1.h272 __owur int SSL_export_keying_material_early(SSL *s, unsigned char *out,
/openssl/util/
H A Dlibssl.num479 SSL_export_keying_material_early 480 3_0_0 EXIST::FUNCTION:
/openssl/test/
H A Dsslapitest.c6684 if (!TEST_int_eq(SSL_export_keying_material_early( in test_export_key_mat_early()
6687 || !TEST_int_eq(SSL_export_keying_material_early( in test_export_key_mat_early()
6690 || !TEST_int_eq(SSL_export_keying_material_early( in test_export_key_mat_early()
6693 || !TEST_int_eq(SSL_export_keying_material_early( in test_export_key_mat_early()
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md393 | `SSL_export_keying_material_early` | HL | ��U | ��A | ��NC\* | ��Done …
/openssl/ssl/
H A Dssl_lib.c3805 int SSL_export_keying_material_early(SSL *s, unsigned char *out, size_t olen, in SSL_export_keying_material_early() function

Completed in 93 milliseconds