Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dtls1.rs7 pub fn SSL_export_keying_material( in SSL_export_keying_material() functions
/third_party/openssl/test/
H A Dsslapitest.c6183 * Test that SSL_export_keying_material() produces expected results. There are
6245 * Premature call of SSL_export_keying_material should just fail. in test_export_key_mat()
6247 if (!TEST_int_le(SSL_export_keying_material(clientssl, ckeymat1, in test_export_key_mat()
6262 if (!TEST_int_le(SSL_export_keying_material(clientssl, ckeymat1, in test_export_key_mat()
6276 if (!TEST_int_eq(SSL_export_keying_material(clientssl, ckeymat1, in test_export_key_mat()
6280 || !TEST_int_eq(SSL_export_keying_material(clientssl, ckeymat2, in test_export_key_mat()
6285 || !TEST_int_eq(SSL_export_keying_material(clientssl, ckeymat3, in test_export_key_mat()
6289 || !TEST_int_eq(SSL_export_keying_material(serverssl, skeymat1, in test_export_key_mat()
6295 || !TEST_int_eq(SSL_export_keying_material(serverssl, skeymat2, in test_export_key_mat()
6300 || !TEST_int_eq(SSL_export_keying_material(serverss in test_export_key_mat()
[all...]
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dtls1.h226 * SSL_export_keying_material exports a value derived from the master secret,
232 __owur int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
/third_party/openssl/include/openssl/
H A Dtls1.h222 * SSL_export_keying_material exports a value derived from the master secret,
228 __owur int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
/third_party/openssl/ohos_lite/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,
/third_party/node/deps/openssl/openssl/ssl/statem/
H A Dstatem_clnt.c1688 if (SSL_export_keying_material(s, sctpauthkey, in tls_process_server_hello()
3391 if (SSL_export_keying_material(s, sctpauthkey, in tls_client_key_exchange_post_work()
H A Dstatem_srvr.c870 if (SSL_export_keying_material(s, sctpauthkey, in ossl_statem_server_post_work()
3390 if (SSL_export_keying_material(s, sctpauthkey, in tls_post_process_client_key_exchange()
/third_party/openssl/ssl/statem/
H A Dstatem_clnt.c1680 if (SSL_export_keying_material(s, sctpauthkey, in tls_process_server_hello()
3383 if (SSL_export_keying_material(s, sctpauthkey, in tls_client_key_exchange_post_work()
H A Dstatem_srvr.c869 if (SSL_export_keying_material(s, sctpauthkey, in ossl_statem_server_post_work()
3369 if (SSL_export_keying_material(s, sctpauthkey, in tls_post_process_client_key_exchange()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs2785 #[corresponds(SSL_export_keying_material)]
2797 cvt(ffi::SSL_export_keying_material( in export_keying_material()
/third_party/node/src/crypto/
H A Dcrypto_tls.cc1917 if (SSL_export_keying_material( in ExportKeyingMaterial()
1929 "SSL_export_keying_material"); in ExportKeyingMaterial()
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c3014 if (SSL_export_keying_material(con, exportedkeymat, in print_connection_info()
H A Ds_client.c3345 if (SSL_export_keying_material(s, exportedkeymat, in print_stuff()
/third_party/openssl/apps/
H A Ds_server.c3009 if (SSL_export_keying_material(con, exportedkeymat, in print_connection_info()
H A Ds_client.c3345 if (SSL_export_keying_material(s, exportedkeymat, in print_stuff()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_openssl.c4045 SSL_export_keying_material(conn->ssl, out, out_len, label, in tls_connection_export_key()
/third_party/node/deps/openssl/openssl/ssl/
H A Dssl_lib.c3253 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen, in SSL_export_keying_material() function
/third_party/openssl/ssl/
H A Dssl_lib.c3153 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen, in SSL_export_keying_material() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_openssl.c4303 SSL_export_keying_material(conn->ssl, out, out_len, label, in tls_connection_export_key()

Completed in 91 milliseconds