Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A 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.
H A DSSL_CTX_set_tlsext_use_srtp.pod81 "EXTRACTOR-dtls_srtp" and a NULL context value (use_context is 0). The total
/freebsd-13.1/crypto/openssl/ssl/
H A Dt1_enc.c650 size_t contextlen, int use_context) in tls1_export_keying_material() argument
662 if (use_context) { in tls1_export_keying_material()
677 if (use_context) { in tls1_export_keying_material()
H A Dtls13_enc.c837 size_t contextlen, int use_context) in tls13_export_keying_material() argument
854 if (!use_context) in tls13_export_keying_material()
H A Dssl_local.h1970 int use_context);
2493 int use_context);
2497 size_t contextlen, int use_context);
H A Dssl_lib.c3041 int use_context) in SSL_export_keying_material() argument
3049 contextlen, use_context); in SSL_export_keying_material()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dtls1.h228 size_t contextlen, int use_context);