/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | tls1.rs | 7 pub fn SSL_export_keying_material( in SSL_export_keying_material() functions
|
/third_party/openssl/test/ |
H A D | sslapitest.c | 6183 * 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 D | tls1.h | 226 * 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 D | tls1.h | 222 * 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 D | tls1.h | 219 * 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 D | statem_clnt.c | 1688 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 D | statem_srvr.c | 870 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 D | statem_clnt.c | 1680 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 D | statem_srvr.c | 869 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 D | mod.rs | 2785 #[corresponds(SSL_export_keying_material)] 2797 cvt(ffi::SSL_export_keying_material( in export_keying_material()
|
/third_party/node/src/crypto/ |
H A D | crypto_tls.cc | 1917 if (SSL_export_keying_material( in ExportKeyingMaterial() 1929 "SSL_export_keying_material"); in ExportKeyingMaterial()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_server.c | 3014 if (SSL_export_keying_material(con, exportedkeymat, in print_connection_info()
|
H A D | s_client.c | 3345 if (SSL_export_keying_material(s, exportedkeymat, in print_stuff()
|
/third_party/openssl/apps/ |
H A D | s_server.c | 3009 if (SSL_export_keying_material(con, exportedkeymat, in print_connection_info()
|
H A D | s_client.c | 3345 if (SSL_export_keying_material(s, exportedkeymat, in print_stuff()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | tls_openssl.c | 4045 SSL_export_keying_material(conn->ssl, out, out_len, label, in tls_connection_export_key()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_lib.c | 3253 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 D | ssl_lib.c | 3153 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 D | tls_openssl.c | 4303 SSL_export_keying_material(conn->ssl, out, out_len, label, in tls_connection_export_key()
|