Home
last modified time | relevance | path

Searched refs:use_context (Results 1 – 10 of 10) sorted by relevance

/third_party/boringssl/src/ssl/
Dt1_enc.cc311 int use_context) { in SSL_export_keying_material() argument
322 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()
/third_party/openssl/doc/man3/
DSSL_export_keying_material.pod16 size_t contextlen, int use_context);
50 B<use_context> should be set to 0. Otherwise it should be any other value. If
51 B<use_context> is 0 then the values of B<context> and B<contextlen> are ignored.
DSSL_CTX_set_tlsext_use_srtp.pod81 "EXTRACTOR-dtls_srtp" and a NULL context value (use_context is 0). The total
/third_party/openssl/ssl/
Dt1_enc.c526 size_t contextlen, int use_context) in tls1_export_keying_material() argument
538 if (use_context) { in tls1_export_keying_material()
553 if (use_context) { in tls1_export_keying_material()
Dtls13_enc.c783 size_t contextlen, int use_context) in tls13_export_keying_material() argument
800 if (!use_context) in tls13_export_keying_material()
Dssl_local.h1968 int use_context);
2491 int use_context);
2495 size_t contextlen, int use_context);
Dssl_lib.c2906 int use_context) in SSL_export_keying_material() argument
2914 contextlen, use_context); in SSL_export_keying_material()
/third_party/openssl/include/openssl/
Dtls1.h228 size_t contextlen, int use_context);
/third_party/boringssl/src/include/openssl/
Dssl.h1600 const uint8_t *context, size_t context_len, int use_context);
/third_party/node/src/
Dnode_crypto.cc2285 bool use_context = !args[2]->IsUndefined(); in ExportKeyingMaterial() local
2286 if (use_context) in ExportKeyingMaterial()
2297 use_context) != 1) { in ExportKeyingMaterial()