Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_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.
HDSSL_CTX_set_tlsext_use_srtp.pod81 "EXTRACTOR-dtls_srtp" and a NULL context value (use_context is 0). The total
/freebsd-13-stable/crypto/openssl/ssl/
HDt1_enc.c591 size_t contextlen, int use_context) in tls1_export_keying_material() argument
603 if (use_context) { in tls1_export_keying_material()
618 if (use_context) { in tls1_export_keying_material()
HDtls13_enc.c849 size_t contextlen, int use_context) in tls13_export_keying_material() argument
866 if (!use_context) in tls13_export_keying_material()
HDssl_local.h1970 int use_context);
2494 int use_context);
2498 size_t contextlen, int use_context);
HDssl_lib.c3055 int use_context) in SSL_export_keying_material() argument
3063 contextlen, use_context); in SSL_export_keying_material()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDtls1.h228 size_t contextlen, int use_context);