Searched refs:SSL_export_keying_material (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/crypto/openssl/include/openssl/
H A Dtls1.h219 * SSL_export_keying_material exports a value derived from the master secret,
225 __owur int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
/freebsd-13-stable/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c1715 if (SSL_export_keying_material(s, sctpauthkey,
3417 if (SSL_export_keying_material(s, sctpauthkey,
H A Dstatem_srvr.c868 if (SSL_export_keying_material(s, sctpauthkey,
3545 if (SSL_export_keying_material(s, sctpauthkey,
/freebsd-13-stable/crypto/openssl/apps/
H A Ds_client.c3375 if (!SSL_export_keying_material(s, exportedkeymat,
H A Ds_server.c2912 if (!SSL_export_keying_material(con, exportedkeymat,
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c4045 SSL_export_keying_material(conn->ssl, out, out_len, label,
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
H A DMakefile369 MAN+= SSL_export_keying_material.3
2758 MLINKS+= SSL_export_keying_material.3 SSL_export_keying_material_early.3
/freebsd-13-stable/crypto/openssl/ssl/
H A Dssl_lib.c2992 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen, function

Completed in 382 milliseconds