Searched refs:exportedkeymat (Results 1 – 2 of 2) sorted by relevance
1954 unsigned char *exportedkeymat; in print_stuff() local2107 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()
2397 unsigned char *exportedkeymat; in init_ssl_connection() local2492 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()