Searched refs:SSL_export_keying_material (Results 1 – 15 of 15) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_export_keying_material.pod | 5 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 D | SSL_get_client_random.pod | 64 secret, you should probably use SSL_export_keying_material() instead, and 91 L<SSL_export_keying_material(3)>,
|
H A D | SSL_CTX_set_tlsext_use_srtp.pod | 112 L<SSL_export_keying_material(3)>. This call should provide a label value of 137 L<SSL_export_keying_material(3)>
|
/openssl/include/openssl/ |
H A D | tls1.h | 260 __owur int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
|
/openssl/test/ |
H A D | sslapitest.c | 6524 if (!TEST_int_le(SSL_export_keying_material(clientssl, ckeymat1, in test_export_key_mat() 6539 if (!TEST_int_le(SSL_export_keying_material(clientssl, ckeymat1, in test_export_key_mat() 6555 if (!TEST_int_eq(SSL_export_keying_material(clientssl, ckeymat1, in test_export_key_mat() 6559 || !TEST_int_eq(SSL_export_keying_material(clientssl, ckeymat2, in test_export_key_mat() 6564 || !TEST_int_eq(SSL_export_keying_material(clientssl, ckeymat3, in test_export_key_mat() 6569 && !TEST_int_eq(SSL_export_keying_material(clientssl, in test_export_key_mat() 6576 || !TEST_int_eq(SSL_export_keying_material(serverssl, skeymat1, in test_export_key_mat() 6582 || !TEST_int_eq(SSL_export_keying_material(serverssl, skeymat2, in test_export_key_mat() 6587 || !TEST_int_eq(SSL_export_keying_material(serverssl, skeymat3, in test_export_key_mat() 6592 && !TEST_int_eq(SSL_export_keying_material(serverssl, skeymat4, in test_export_key_mat()
|
H A D | quicapitest.c | 157 if (!TEST_true(SSL_export_keying_material(clientquic, scratch, in test_quic_write_read()
|
/openssl/util/ |
H A D | libssl.num | 144 SSL_export_keying_material 145 3_0_0 EXIST::FUNCTION:
|
/openssl/ssl/statem/ |
H A D | statem_clnt.c | 1769 if (SSL_export_keying_material(ssl, sctpauthkey, in tls_process_server_hello() 3630 if (SSL_export_keying_material(ssl, sctpauthkey, in tls_client_key_exchange_post_work()
|
H A D | statem_srvr.c | 936 if (SSL_export_keying_material(ssl, sctpauthkey, in ossl_statem_server_post_work() 3473 if (SSL_export_keying_material(SSL_CONNECTION_GET_SSL(s), in tls_post_process_client_key_exchange()
|
/openssl/doc/ |
H A D | build.info | 2542 DEPEND[html/man3/SSL_export_keying_material.html]=man3/SSL_export_keying_material.pod 2543 GENERATE[html/man3/SSL_export_keying_material.html]=man3/SSL_export_keying_material.pod 2544 DEPEND[man/man3/SSL_export_keying_material.3]=man3/SSL_export_keying_material.pod 2545 GENERATE[man/man3/SSL_export_keying_material.3]=man3/SSL_export_keying_material.pod 3645 html/man3/SSL_export_keying_material.html \ 4309 man/man3/SSL_export_keying_material.3 \
|
/openssl/apps/ |
H A D | s_client.c | 3597 if (SSL_export_keying_material(s, exportedkeymat, in print_stuff()
|
H A D | s_server.c | 3128 if (SSL_export_keying_material(con, exportedkeymat, in print_connection_info()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 392 | `SSL_export_keying_material` | HL | U | A | NC\* | Done …
|
/openssl/ssl/ |
H A D | ssl_lib.c | 3785 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen, in SSL_export_keying_material() function
|
/openssl/ |
H A D | CHANGES.md | 558 * Fixed bug where SSL_export_keying_material() could not be used with QUIC
|
Completed in 162 milliseconds