Home
last modified time | relevance | path

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

/freebsd-14.2/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_CTX_set_tlsext_use_srtp.pod80 L<SSL_export_keying_material(3)>. This call should provide a label value of
101 L<SSL_export_keying_material(3)>
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)>,
/freebsd-14.2/secure/lib/libssl/
H A DVersion.map229 SSL_export_keying_material;
/freebsd-14.2/crypto/openssl/include/openssl/
H A Dtls1.h230 __owur int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
/freebsd-14.2/crypto/openssl/test/
H A Dsslapitest.c6314 if (!TEST_int_le(SSL_export_keying_material(clientssl, ckeymat1, in test_export_key_mat()
6329 if (!TEST_int_le(SSL_export_keying_material(clientssl, ckeymat1, in test_export_key_mat()
6343 if (!TEST_int_eq(SSL_export_keying_material(clientssl, ckeymat1, in test_export_key_mat()
6347 || !TEST_int_eq(SSL_export_keying_material(clientssl, ckeymat2, in test_export_key_mat()
6352 || !TEST_int_eq(SSL_export_keying_material(clientssl, ckeymat3, in test_export_key_mat()
6356 || !TEST_int_eq(SSL_export_keying_material(serverssl, skeymat1, in test_export_key_mat()
6362 || !TEST_int_eq(SSL_export_keying_material(serverssl, skeymat2, in test_export_key_mat()
6367 || !TEST_int_eq(SSL_export_keying_material(serverssl, skeymat3, in test_export_key_mat()
/freebsd-14.2/crypto/openssl/util/
H A Dlibssl.num144 SSL_export_keying_material 145 3_0_0 EXIST::FUNCTION:
/freebsd-14.2/crypto/openssl/ssl/statem/
H A Dstatem_srvr.c869 if (SSL_export_keying_material(s, sctpauthkey, in ossl_statem_server_post_work()
3369 if (SSL_export_keying_material(s, sctpauthkey, in tls_post_process_client_key_exchange()
H A Dstatem_clnt.c1680 if (SSL_export_keying_material(s, sctpauthkey, in tls_process_server_hello()
3383 if (SSL_export_keying_material(s, sctpauthkey, in tls_client_key_exchange_post_work()
/freebsd-14.2/crypto/openssl/doc/
H A Dbuild.info2438 DEPEND[html/man3/SSL_export_keying_material.html]=man3/SSL_export_keying_material.pod
2439 GENERATE[html/man3/SSL_export_keying_material.html]=man3/SSL_export_keying_material.pod
2440 DEPEND[man/man3/SSL_export_keying_material.3]=man3/SSL_export_keying_material.pod
2441 GENERATE[man/man3/SSL_export_keying_material.3]=man3/SSL_export_keying_material.pod
3395 html/man3/SSL_export_keying_material.html \
4003 man/man3/SSL_export_keying_material.3 \
/freebsd-14.2/crypto/openssl/apps/
H A Ds_client.c3345 if (SSL_export_keying_material(s, exportedkeymat, in print_stuff()
H A Ds_server.c3014 if (SSL_export_keying_material(con, exportedkeymat, in print_connection_info()
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile491 MAN+= SSL_export_keying_material.3
4012 MLINKS+= SSL_export_keying_material.3 SSL_export_keying_material_early.3
/freebsd-14.2/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-14.2/crypto/openssl/ssl/
H A Dssl_lib.c3168 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen, in SSL_export_keying_material() function