Home
last modified time | relevance | path

Searched refs:exportedkeymat (Results 1 – 2 of 2) sorted by relevance

/external/openssl/apps/
Ds_client.c1954 unsigned char *exportedkeymat; in print_stuff() local
2107 exportedkeymat = OPENSSL_malloc(keymatexportlen); in print_stuff()
2108 if (exportedkeymat != NULL) in print_stuff()
2110 if (!SSL_export_keying_material(s, exportedkeymat, in print_stuff()
2123 exportedkeymat[i]); in print_stuff()
2126 OPENSSL_free(exportedkeymat); in print_stuff()
Ds_server.c2397 unsigned char *exportedkeymat; in init_ssl_connection() local
2492 exportedkeymat = OPENSSL_malloc(keymatexportlen); in init_ssl_connection()
2493 if (exportedkeymat != NULL) in init_ssl_connection()
2495 if (!SSL_export_keying_material(con, exportedkeymat, in init_ssl_connection()
2508 exportedkeymat[i]); in init_ssl_connection()
2511 OPENSSL_free(exportedkeymat); in init_ssl_connection()