Searched refs:use_context (Results 1 – 10 of 10) sorted by relevance
311 int use_context) { in SSL_export_keying_material() argument322 if (!use_context) { in SSL_export_keying_material()333 if (use_context) { in SSL_export_keying_material()349 if (use_context) { in SSL_export_keying_material()
16 size_t contextlen, int use_context);50 B<use_context> should be set to 0. Otherwise it should be any other value. If51 B<use_context> is 0 then the values of B<context> and B<contextlen> are ignored.
81 "EXTRACTOR-dtls_srtp" and a NULL context value (use_context is 0). The total
526 size_t contextlen, int use_context) in tls1_export_keying_material() argument538 if (use_context) { in tls1_export_keying_material()553 if (use_context) { in tls1_export_keying_material()
783 size_t contextlen, int use_context) in tls13_export_keying_material() argument800 if (!use_context) in tls13_export_keying_material()
1968 int use_context);2491 int use_context);2495 size_t contextlen, int use_context);
2906 int use_context) in SSL_export_keying_material() argument2914 contextlen, use_context); in SSL_export_keying_material()
228 size_t contextlen, int use_context);
1600 const uint8_t *context, size_t context_len, int use_context);
2285 bool use_context = !args[2]->IsUndefined(); in ExportKeyingMaterial() local2286 if (use_context) in ExportKeyingMaterial()2297 use_context) != 1) { in ExportKeyingMaterial()