Searched refs:SSL_export_keying_material (Results 1 – 8 of 8) sorted by relevance
/external/openssl/ssl/ |
D | tls1.h | 294 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
|
D | d1_clnt.c | 341 SSL_export_keying_material(s, sctpauthkey, in IMPLEMENT_dtls1_meth_func() 482 SSL_export_keying_material(s, sctpauthkey, in IMPLEMENT_dtls1_meth_func()
|
D | d1_srvr.c | 397 SSL_export_keying_material(s, sctpauthkey, in IMPLEMENT_dtls1_meth_func() 620 SSL_export_keying_material(s, sctpauthkey, in IMPLEMENT_dtls1_meth_func()
|
D | ssl_lib.c | 1663 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen, in SSL_export_keying_material() function
|
/external/openssl/include/openssl/ |
D | tls1.h | 294 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
|
/external/openssl/apps/ |
D | s_client.c | 2110 if (!SSL_export_keying_material(s, exportedkeymat, in print_stuff()
|
D | s_server.c | 2495 if (!SSL_export_keying_material(con, exportedkeymat, in init_ssl_connection()
|
/external/wpa_supplicant_8/src/crypto/ |
D | tls_openssl.c | 2352 if (SSL_export_keying_material(ssl, out, out_len, label, in tls_connection_prf()
|