Searched refs:use_context (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_export_keying_material.pod | 16 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 D | SSL_CTX_set_tlsext_use_srtp.pod | 81 "EXTRACTOR-dtls_srtp" and a NULL context value (use_context is 0). The total
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_export_keying_material.pod | 16 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 D | SSL_CTX_set_tlsext_use_srtp.pod | 81 "EXTRACTOR-dtls_srtp" and a NULL context value (use_context is 0). The total
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
| H A D | t1_enc.c | 526 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()
|
| H A D | tls13_enc.c | 784 size_t contextlen, int use_context) in tls13_export_keying_material() argument 801 if (!use_context) in tls13_export_keying_material()
|
| H A D | ssl_local.h | 1968 int use_context); 2492 int use_context); 2496 size_t contextlen, int use_context);
|
| H A D | ssl_lib.c | 2965 int use_context) in SSL_export_keying_material() argument 2973 contextlen, use_context); in SSL_export_keying_material()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
| H A D | t1_enc.c | 708 size_t contextlen, int use_context) in tls1_export_keying_material() argument 720 if (use_context) { in tls1_export_keying_material() 735 if (use_context) { in tls1_export_keying_material()
|
| H A D | tls13_enc.c | 822 size_t contextlen, int use_context) in tls13_export_keying_material() argument 839 if (!use_context) in tls13_export_keying_material()
|
| H A D | ssl_local.h | 2093 int use_context); 2634 int use_context); 2638 size_t contextlen, int use_context);
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | tls1.h | 228 size_t contextlen, int use_context);
|