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

/openbsd-current/lib/libssl/hidden/openssl/
H A Dtls1.h30 LSSL_USED(SSL_export_keying_material); variable
/openbsd-current/lib/libssl/man/
H A DMakefile78 SSL_export_keying_material.3 \
/openbsd-current/lib/libssl/
H A Dtls1.h308 /* SSL_export_keying_material exports a value derived from the master secret,
315 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
H A Dssl_lib.c1988 SSL_export_keying_material(SSL *s, unsigned char *out, size_t out_len, function
2004 LSSL_ALIAS(SSL_export_keying_material); variable
/openbsd-current/usr.bin/openssl/
H A Ds_client.c1771 if (!SSL_export_keying_material(s, exportedkeymat,
H A Ds_server.c1862 if (!SSL_export_keying_material(con, exportedkeymat,
/openbsd-current/regress/lib/libssl/exporter/
H A Dexportertest.c610 ret = SSL_export_keying_material(ssl, export, et->export_len, et->label,
617 "SSL_export_keying_material() succeeded, want "
632 "SSL_export_keying_material() failed\n", test_no);

Completed in 284 milliseconds