Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_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.
HDSSL_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)>
HDSSL_get_client_random.pod64 secret, you should probably use SSL_export_keying_material() instead, and
91 L<SSL_export_keying_material(3)>,
/freebsd-13-stable/secure/lib/libssl/
HDVersion.map229 SSL_export_keying_material;
/freebsd-13-stable/crypto/openssl/include/openssl/
HDtls1.h225 __owur int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
/freebsd-13-stable/crypto/openssl/ssl/statem/
HDstatem_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()
HDstatem_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-stable/crypto/openssl/apps/
HDs_client.c3388 if (!SSL_export_keying_material(s, exportedkeymat, in print_stuff()
HDs_server.c2962 if (!SSL_export_keying_material(con, exportedkeymat, in print_connection_info()
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile368 MAN+= SSL_export_keying_material.3
2765 MLINKS+= SSL_export_keying_material.3 SSL_export_keying_material_early.3
/freebsd-13-stable/contrib/wpa/src/crypto/
HDtls_openssl.c4409 SSL_export_keying_material(conn->ssl, out, out_len, label, in tls_connection_export_key()
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_lib.c3052 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen, in SSL_export_keying_material() function