Home
last modified time | relevance | path

Searched refs:SSL_export_keying_material (Results 1 – 18 of 18) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DSSL_export_keying_material.pod5 SSL_export_keying_material,
13 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
27 SSL_export_keying_material() and SSL_export_keying_material_early() enable an
31 SSL_export_keying_material() derives keying material using
70 SSL_export_keying_material() returns 0 or -1 on failure or 1 on success.
H A DSSL_get_client_random.pod64 secret, you should probably use SSL_export_keying_material() instead, and
91 L<SSL_export_keying_material(3)>,
H A DSSL_CTX_set_tlsext_use_srtp.pod112 L<SSL_export_keying_material(3)>. This call should provide a label value of
137 L<SSL_export_keying_material(3)>
/freebsd/secure/lib/libssl/
H A DVersion.map229 SSL_export_keying_material;
/freebsd/crypto/openssl/include/openssl/
H A Dtls1.h259 __owur int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
/freebsd/crypto/openssl/test/
H A Dsslapitest.c6624 if (!TEST_int_le(SSL_export_keying_material(clientssl, ckeymat1, in test_export_key_mat()
6640 if (!TEST_int_le(SSL_export_keying_material(clientssl, ckeymat1, in test_export_key_mat()
6657 if (!TEST_int_eq(SSL_export_keying_material(clientssl, ckeymat1, in test_export_key_mat()
6662 || !TEST_int_eq(SSL_export_keying_material(clientssl, ckeymat2, in test_export_key_mat()
6668 || !TEST_int_eq(SSL_export_keying_material(clientssl, ckeymat3, in test_export_key_mat()
6674 && !TEST_int_eq(SSL_export_keying_material(clientssl, in test_export_key_mat()
6681 || !TEST_int_eq(SSL_export_keying_material(serverssl, skeymat1, in test_export_key_mat()
6687 || !TEST_int_eq(SSL_export_keying_material(serverssl, skeymat2, in test_export_key_mat()
6693 || !TEST_int_eq(SSL_export_keying_material(serverssl, skeymat3, in test_export_key_mat()
6699 && !TEST_int_eq(SSL_export_keying_material(serverssl, skeymat4, in test_export_key_mat()
H A Dquicapitest.c158 if (!TEST_true(SSL_export_keying_material(clientquic, scratch, in test_quic_write_read()
/freebsd/crypto/openssl/util/
H A Dlibssl.num144 SSL_export_keying_material 145 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c950 if (SSL_export_keying_material(ssl, sctpauthkey, in ossl_statem_server_post_work()
3512 if (SSL_export_keying_material(SSL_CONNECTION_GET_SSL(s), in tls_post_process_client_key_exchange()
H A Dstatem_clnt.c1780 if (SSL_export_keying_material(ssl, sctpauthkey, in tls_process_server_hello()
3675 if (SSL_export_keying_material(ssl, sctpauthkey, in tls_client_key_exchange_post_work()
/freebsd/crypto/openssl/doc/
H A Dbuild.info2586 DEPEND[html/man3/SSL_export_keying_material.html]=man3/SSL_export_keying_material.pod
2587 GENERATE[html/man3/SSL_export_keying_material.html]=man3/SSL_export_keying_material.pod
2588 DEPEND[man/man3/SSL_export_keying_material.3]=man3/SSL_export_keying_material.pod
2589 GENERATE[man/man3/SSL_export_keying_material.3]=man3/SSL_export_keying_material.pod
3710 html/man3/SSL_export_keying_material.html \
4386 man/man3/SSL_export_keying_material.3 \
/freebsd/crypto/openssl/apps/
H A Ds_server.c3230 if (SSL_export_keying_material(con, exportedkeymat, in print_connection_info()
H A Ds_client.c3689 if (SSL_export_keying_material(s, exportedkeymat, in print_stuff()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md392 | `SSL_export_keying_material` | HL | ��U | ��A | ��NC\* | ��Done …
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c4409 SSL_export_keying_material(conn->ssl, out, out_len, label, in tls_connection_export_key()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile528 MAN+= SSL_export_keying_material.3
4376 MLINKS+= SSL_export_keying_material.3 SSL_export_keying_material_early.3
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c3812 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen, in SSL_export_keying_material() function
/freebsd/crypto/openssl/
H A DCHANGES.md1216 * Fixed bug where SSL_export_keying_material() could not be used with QUIC