| /NextBSD/sys/ufs/ufs/ |
| HD | ufs_dirhash.c | 111 #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/ |
| HD | dh_key.c | 73 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()
|
| HD | dh_check.c | 74 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()
|
| HD | dh_asn1.c | 134 DH *dh = NULL; in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_const_fname() local 169 int i2d_DHxparams(const DH *dh, unsigned char **pp) in i2d_DHxparams()
|
| HD | dh_lib.c | 95 int DH_set_method(DH *dh, const DH_METHOD *meth) in DH_set_method() 260 int DH_size(const DH *dh) in DH_size()
|
| HD | p512.c | 78 DH *dh; in main() local
|
| HD | p1024.c | 85 DH *dh; in main() local
|
| HD | p192.c | 73 DH *dh; in main() local
|
| HD | dh_pmeth.c | 354 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
|
| HD | dh_ameth.c | 107 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/ |
| HD | print-dccp.c | 80 #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/ |
| HD | dh.c | 213 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
|
| HD | kexdhc.c | 51 DH *dh; in kexdh_client() local
|
| HD | kexdhs.c | 50 DH *dh; in kexdh_server() local
|
| HD | kexgexc.c | 59 DH *dh; in kexgex_client() local
|
| HD | kexgexs.c | 58 DH *dh; in kexgex_server() local
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | ppc64-fp.c | 98 DFtype dh, dl; in __floatditf() local 110 DFtype dh, dl; in __floatunditf() local
|
| /NextBSD/crypto/openssl/engines/ccgost/ |
| HD | gost94_keyx.c | 33 DH *dh) in compute_pair_key_le() 56 DH *dh = DH_new(); in make_cp_exchange_key() local
|
| /NextBSD/contrib/wpa/src/crypto/ |
| HD | dh_groups.c | 1193 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/ |
| HD | gendh.c | 94 DH *dh = NULL; in MAIN() local
|
| HD | dh.c | 92 DH *dh = NULL; in MAIN() local
|
| /NextBSD/contrib/wpa/src/eap_server/ |
| HD | ikev2.h | 19 int dh; member 34 const struct dh_group *dh; member
|
| /NextBSD/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| HD | drti.c | 105 dof_helper_t dh; in dtrace_dof_init() local
|
| /NextBSD/contrib/wpa/src/eap_peer/ |
| HD | ikev2.h | 19 int dh; member 35 const struct dh_group *dh; member
|
| /NextBSD/crypto/heimdal/lib/krb5/ |
| HD | test_pkinit_dh2key.c | 40 const heim_octet_string *dh, in test_dh2key()
|