/external/openssl/include/openssl/ |
tls1.h | 284 /* SSL_export_keying_material exports a value derived from the master secret, 291 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen, [all...] |
/external/openssl/ssl/ |
tls1.h | 284 /* SSL_export_keying_material exports a value derived from the master secret, 291 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen, [all...] |
d1_clnt.c | 341 SSL_export_keying_material(s, sctpauthkey, 482 SSL_export_keying_material(s, sctpauthkey, [all...] |
d1_srvr.c | 397 SSL_export_keying_material(s, sctpauthkey, 620 SSL_export_keying_material(s, sctpauthkey, [all...] |
ssl_lib.c | [all...] |
/external/openssl/apps/ |
s_client.c | [all...] |
s_server.c | [all...] |