Home
last modified time | relevance | path

Searched defs:dh (Results 1 – 25 of 71) sorted by relevance

123

/NextBSD/sys/ufs/ufs/
HDufs_dirhash.c111 #define DIRHASH_ASSERT_LOCKED(dh) \ argument
154 ufsdirhash_hold(struct dirhash *dh) in ufsdirhash_hold()
161 ufsdirhash_drop(struct dirhash *dh) in ufsdirhash_drop()
174 ufsdirhash_release(struct dirhash *dh) in ufsdirhash_release()
191 struct dirhash *dh; in ufsdirhash_create() local
274 struct dirhash *dh; in ufsdirhash_acquire() local
295 struct dirhash *dh; in ufsdirhash_free() local
339 struct dirhash *dh; in ufsdirhash_build() local
477 struct dirhash *dh; in ufsdirhash_free_locked() local
546 struct dirhash *dh, *dh_next; in ufsdirhash_lookup() local
[all …]
/NextBSD/crypto/openssl/crypto/dh/
HDdh_key.c73 int DH_generate_key(DH *dh) in DH_generate_key()
85 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key()
97 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key_padded()
128 static int generate_key(DH *dh) in generate_key()
208 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in compute_key()
263 static int dh_bn_mod_exp(const DH *dh, BIGNUM *r, in dh_bn_mod_exp()
278 static int dh_init(DH *dh) in dh_init()
284 static int dh_finish(DH *dh) in dh_finish()
HDdh_check.c74 int DH_check(const DH *dh, int *ret) in DH_check()
151 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) in DH_check_pub_key()
HDdh_asn1.c134 DH *dh = NULL; in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname() local
169 int i2d_DHxparams(const DH *dh, unsigned char **pp) in i2d_DHxparams()
HDdh_lib.c95 int DH_set_method(DH *dh, const DH_METHOD *meth) in DH_set_method()
260 int DH_size(const DH *dh) in DH_size()
HDp512.c78 DH *dh; in main() local
HDp1024.c85 DH *dh; in main() local
HDp192.c73 DH *dh; in main() local
HDdh_pmeth.c354 DH *dh = NULL; in pkey_dh_paramgen() local
413 DH *dh = NULL; in pkey_dh_keygen() local
432 DH *dh; in pkey_dh_derive() local
HDdh_ameth.c107 DH *dh = NULL; in dh_pub_decode() local
153 DH *dh; in dh_pub_encode() local
216 DH *dh = NULL; in dh_priv_decode() local
319 DH *dh; in dh_param_decode() local
501 DH *DHparams_dup(DH *dh) in DHparams_dup()
/NextBSD/contrib/tcpdump/
HDprint-dccp.c80 #define DCCPH_CCVAL(dh) (((dh)->dccph_ccval_cscov >> 4) & 0xF) argument
81 #define DCCPH_CSCOV(dh) (((dh)->dccph_ccval_cscov) & 0xF) argument
83 #define DCCPH_X(dh) ((dh)->dccph_xtr & 1) argument
84 #define DCCPH_TYPE(dh) (((dh)->dccph_xtr >> 1) & 0xF) argument
191 static inline u_int dccp_csum_coverage(const struct dccp_hdr* dh, u_int len) in dccp_csum_coverage()
202 const struct dccp_hdr *dh, u_int len) in dccp_cksum()
209 static int dccp6_cksum(const struct ip6_hdr *ip6, const struct dccp_hdr *dh, u_int len) in dccp6_cksum()
225 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_seqno() local
238 static inline unsigned int dccp_basic_hdr_len(const struct dccp_hdr *dh) in dccp_basic_hdr_len()
245 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_print_ack_no() local
[all …]
/NextBSD/crypto/openssh/
HDdh.c213 dh_pub_is_valid(DH *dh, BIGNUM *dh_pub) in dh_pub_is_valid()
255 dh_gen_key(DH *dh, int need) in dh_gen_key()
275 DH *dh; in dh_new_group_asc() local
296 DH *dh; in dh_new_group() local
HDkexdhc.c51 DH *dh; in kexdh_client() local
HDkexdhs.c50 DH *dh; in kexdh_server() local
HDkexgexc.c59 DH *dh; in kexgex_client() local
HDkexgexs.c58 DH *dh; in kexgex_server() local
/NextBSD/contrib/gcc/config/rs6000/
HDppc64-fp.c98 DFtype dh, dl; in __floatditf() local
110 DFtype dh, dl; in __floatunditf() local
/NextBSD/crypto/openssl/engines/ccgost/
HDgost94_keyx.c33 DH *dh) in compute_pair_key_le()
56 DH *dh = DH_new(); in make_cp_exchange_key() local
/NextBSD/contrib/wpa/src/crypto/
HDdh_groups.c1193 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv) in dh_init()
1247 const struct dh_group *dh) in dh_derive_shared()
/NextBSD/crypto/openssl/apps/
HDgendh.c94 DH *dh = NULL; in MAIN() local
HDdh.c92 DH *dh = NULL; in MAIN() local
/NextBSD/contrib/wpa/src/eap_server/
HDikev2.h19 int dh; member
34 const struct dh_group *dh; member
/NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdrti.c105 dof_helper_t dh; in dtrace_dof_init() local
/NextBSD/contrib/wpa/src/eap_peer/
HDikev2.h19 int dh; member
35 const struct dh_group *dh; member
/NextBSD/crypto/heimdal/lib/krb5/
HDtest_pkinit_dh2key.c40 const heim_octet_string *dh, in test_dh2key()

123