Home
last modified time | relevance | path

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

/freebsd-13.1/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
100 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-13.1/secure/lib/libssl/
H A DVersion.map230 SSL_export_keying_material;
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dtls1.h225 __owur int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
/freebsd-13.1/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c1721 if (SSL_export_keying_material(s, sctpauthkey, in tls_process_server_hello()
3423 if (SSL_export_keying_material(s, sctpauthkey, in tls_client_key_exchange_post_work()
H A Dstatem_srvr.c868 if (SSL_export_keying_material(s, sctpauthkey, in ossl_statem_server_post_work()
3545 if (SSL_export_keying_material(s, sctpauthkey, in tls_post_process_client_key_exchange()
/freebsd-13.1/crypto/openssl/apps/
H A Ds_client.c3388 if (!SSL_export_keying_material(s, exportedkeymat, in print_stuff()
H A Ds_server.c2923 if (!SSL_export_keying_material(con, exportedkeymat, in print_connection_info()
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile369 MAN+= SSL_export_keying_material.3
2760 MLINKS+= SSL_export_keying_material.3 SSL_export_keying_material_early.3
/freebsd-13.1/contrib/wpa/src/crypto/
H A Dtls_openssl.c4196 SSL_export_keying_material(conn->ssl, out, out_len, label, in tls_connection_export_key()
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_lib.c3038 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen, in SSL_export_keying_material() function