Searched refs:is_export (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_tmp_dh_callback.pod | 12 DH *(*tmp_dh_callback)(SSL *ssl, int is_export, 17 DH *(*tmp_dh_callback)(SSL *ssl, int is_export, 77 Previous versions of the callback used B<is_export> and B<keylength> 81 the callback but ignore B<keylength> and B<is_export> and simply
|
| /freebsd-13.1/contrib/subversion/subversion/svnbench/ |
| H A D | notify.c | 49 svn_boolean_t is_export; member 579 nb->is_export)) in notify() 591 if (nb->is_export) in notify() 634 if (nb->is_export) in notify() 1022 nb->is_export = FALSE; in svn_cl__get_notifier() 1043 nb->is_export = TRUE; in svn_cl__notifier_mark_export()
|
| /freebsd-13.1/crypto/heimdal/lib/asn1/ |
| H A D | gen_locl.h | 79 int is_export(const char *);
|
| H A D | gen.c | 94 is_export(const char *name) in is_export() function 1017 if (is_export(s->name)) { in generate_type()
|
| /freebsd-13.1/contrib/subversion/subversion/svn/ |
| H A D | notify.c | 53 svn_boolean_t is_export; member 810 nb->is_export)) in notify_body() 821 if (nb->is_export) in notify_body() 860 if (nb->is_export) in notify_body() 1249 nb->is_export = FALSE; in svn_cl__get_notifier() 1276 nb->is_export = TRUE; in svn_cl__notifier_mark_export()
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 2075 DH *(*dh) (SSL *ssl, int is_export, 2078 DH *(*dh) (SSL *ssl, int is_export,
|
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | ssl_local.h | 1890 DH *(*dh_tmp_cb) (SSL *ssl, int is_export, int keysize);
|
| H A D | ssl_lib.c | 4396 DH *(*dh) (SSL *ssl, int is_export, in SSL_CTX_set_tmp_dh_callback() argument 4402 void SSL_set_tmp_dh_callback(SSL *ssl, DH *(*dh) (SSL *ssl, int is_export, in SSL_set_tmp_dh_callback() argument
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | CHANGES | 10778 *) Call dh_tmp_cb (set by ..._TMP_DH_CB) with correct 'is_export' flag;
|