Home
last modified time | relevance | path

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

123

/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Ddh.c88 DH *dh; in DH_new_method() local
130 DH_free(DH *dh) in DH_free()
170 DH_up_ref(DH *dh) in DH_up_ref()
186 DH_size(const DH *dh) in DH_size()
204 DH_set_ex_data(DH *dh, int idx, void *data) in DH_set_ex_data()
222 DH_get_ex_data(DH *dh, int idx) in DH_get_ex_data()
241 DH_generate_parameters_ex(DH *dh, int prime_len, int generator, BN_GENCB *cb) in DH_generate_parameters_ex()
262 DH_check_pubkey(const DH *dh, const BIGNUM *pub_key, int *codes) in DH_check_pubkey()
345 DH_generate_key(DH *dh) in DH_generate_key()
365 const BIGNUM *peer_pub_key, DH *dh) in DH_compute_key()
[all …]
H A Ddh-ltm.c87 ltm_dh_generate_key(DH *dh) in ltm_dh_generate_key()
155 ltm_dh_compute_key(unsigned char *shared, const BIGNUM * pub, DH *dh) in ltm_dh_compute_key()
195 ltm_dh_generate_params(DH *dh, int a, int b, BN_GENCB *callback) in ltm_dh_generate_params()
202 ltm_dh_init(DH *dh) in ltm_dh_init()
208 ltm_dh_finish(DH *dh) in ltm_dh_finish()
H A Ddh-tfm.c87 tfm_dh_generate_key(DH *dh) in tfm_dh_generate_key()
157 tfm_dh_compute_key(unsigned char *shared, const BIGNUM * pub, DH *dh) in tfm_dh_compute_key()
204 tfm_dh_generate_params(DH *dh, int a, int b, BN_GENCB *callback) in tfm_dh_generate_params()
211 tfm_dh_init(DH *dh) in tfm_dh_init()
217 tfm_dh_finish(DH *dh) in tfm_dh_finish()
/minix3/crypto/external/bsd/openssl/dist/crypto/dh/
H A Ddh_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()
114 static int generate_key(DH *dh) in generate_key()
194 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in compute_key()
249 static int dh_bn_mod_exp(const DH *dh, BIGNUM *r, in dh_bn_mod_exp()
264 static int dh_init(DH *dh) in dh_init()
270 static int dh_finish(DH *dh) in dh_finish()
H A Ddh_check.c74 int DH_check(const DH *dh, int *ret) in DH_check()
125 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret) in DH_check_pub_key()
H A Dp192.c73 DH *dh; in main() local
H A Dp1024.c85 DH *dh; in main() local
H A Dp512.c78 DH *dh; in main() local
H A Ddh_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()
H A Ddh_ameth.c82 DH *dh = NULL; in dh_pub_decode() local
128 DH *dh; in dh_pub_encode() local
191 DH *dh = NULL; in dh_priv_decode() local
294 DH *dh; in dh_param_decode() local
H A Ddh_pmeth.c159 DH *dh = NULL; in pkey_dh_paramgen() local
182 DH *dh = NULL; in pkey_dh_keygen() local
/minix3/sys/ufs/lfs/
H A Dulfs_dirhash.c85 #define DIRHASH_LOCK(dh) mutex_enter(&(dh)->dh_lock) argument
86 #define DIRHASH_UNLOCK(dh) mutex_exit(&(dh)->dh_lock) argument
118 struct dirhash *dh; in ulfsdirhash_build() local
283 struct dirhash *dh; in ulfsdirhash_free() local
330 struct dirhash *dh, *dh_next; in ulfsdirhash_lookup() local
505 struct dirhash *dh; in ulfsdirhash_findfree() local
592 struct dirhash *dh; in ulfsdirhash_enduseful() local
627 struct dirhash *dh; in ulfsdirhash_add() local
675 struct dirhash *dh; in ulfsdirhash_remove() local
711 struct dirhash *dh; in ulfsdirhash_move() local
[all …]
H A Dlfs_accessors.h259 lfs_dir_nameptr(const STRUCT_LFS *fs, LFS_DIRHEADER *dh) in lfs_dir_nameptr()
269 lfs_dir_getino(const STRUCT_LFS *fs, const LFS_DIRHEADER *dh) in lfs_dir_getino()
289 lfs_dir_getreclen(const STRUCT_LFS *fs, const LFS_DIRHEADER *dh) in lfs_dir_getreclen()
299 lfs_dir_gettype(const STRUCT_LFS *fs, const LFS_DIRHEADER *dh) in lfs_dir_gettype()
312 lfs_dir_getnamlen(const STRUCT_LFS *fs, const LFS_DIRHEADER *dh) in lfs_dir_getnamlen()
326 lfs_dir_setino(STRUCT_LFS *fs, LFS_DIRHEADER *dh, uint64_t ino) in lfs_dir_setino()
345 lfs_dir_setreclen(STRUCT_LFS *fs, LFS_DIRHEADER *dh, uint16_t reclen) in lfs_dir_setreclen()
355 lfs_dir_settype(const STRUCT_LFS *fs, LFS_DIRHEADER *dh, uint8_t type) in lfs_dir_settype()
369 lfs_dir_setnamlen(const STRUCT_LFS *fs, LFS_DIRHEADER *dh, uint8_t namlen) in lfs_dir_setnamlen()
H A Dulfs_dirhash.h82 #define DH_ENTRY(dh, slot) \ argument
/minix3/sys/ufs/ufs/
H A Dufs_dirhash.c83 #define DIRHASH_LOCK(dh) mutex_enter(&(dh)->dh_lock) argument
84 #define DIRHASH_UNLOCK(dh) mutex_exit(&(dh)->dh_lock) argument
115 struct dirhash *dh; in ufsdirhash_build() local
280 struct dirhash *dh; in ufsdirhash_free() local
327 struct dirhash *dh, *dh_next; in ufsdirhash_lookup() local
502 struct dirhash *dh; in ufsdirhash_findfree() local
590 struct dirhash *dh; in ufsdirhash_enduseful() local
624 struct dirhash *dh; in ufsdirhash_add() local
671 struct dirhash *dh; in ufsdirhash_remove() local
706 struct dirhash *dh; in ufsdirhash_move() local
[all …]
H A Ddirhash.h81 #define DH_ENTRY(dh, slot) \ argument
/minix3/external/bsd/tcpdump/dist/
H A Dprint-dccp.c85 #define DCCPH_CCVAL(dh) (((dh)->dccph_ccval_cscov >> 4) & 0xF) argument
86 #define DCCPH_CSCOV(dh) (((dh)->dccph_ccval_cscov) & 0xF) argument
88 #define DCCPH_X(dh) ((dh)->dccph_xtr & 1) argument
89 #define DCCPH_TYPE(dh) (((dh)->dccph_xtr >> 1) & 0xF) argument
196 static inline u_int dccp_csum_coverage(const struct dccp_hdr* dh, u_int len) in dccp_csum_coverage()
207 const struct dccp_hdr *dh, u_int len) in dccp_cksum()
214 static int dccp6_cksum(const struct ip6_hdr *ip6, const struct dccp_hdr *dh, u_int len) in dccp6_cksum()
230 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_seqno() local
243 static inline unsigned int dccp_basic_hdr_len(const struct dccp_hdr *dh) in dccp_basic_hdr_len()
250 const struct dccp_hdr *dh = (const struct dccp_hdr *)bp; in dccp_print_ack_no() local
[all …]
/minix3/external/bsd/bind/dist/lib/dns/
H A Dopenssldh_link.c175 DH *dh = NULL; in openssldh_generate() local
250 DH *dh = key->keydata.dh; in openssldh_isprivate() local
256 DH *dh = key->keydata.dh; in openssldh_destroy() local
292 DH *dh; in openssldh_todns() local
345 DH *dh; in openssldh_fromdns() local
463 DH *dh; in openssldh_tofile() local
527 DH *dh = NULL; in openssldh_parse() local
H A Dpkcs11dh_link.c398 pk11_object_t *dh = NULL; in pkcs11dh_generate() local
589 pk11_object_t *dh = key->keydata.pkey; in pkcs11dh_isprivate() local
600 pk11_object_t *dh = key->keydata.pkey; in pkcs11dh_destroy() local
656 pk11_object_t *dh; in pkcs11dh_todns() local
732 pk11_object_t *dh; in pkcs11dh_fromdns() local
923 pk11_object_t *dh; in pkcs11dh_tofile() local
1012 pk11_object_t *dh = NULL; in pkcs11dh_parse() local
/minix3/crypto/external/bsd/openssl/dist/engines/ccgost/
H A Dgost94_keyx.c33 DH *dh) in compute_pair_key_le()
56 DH *dh = DH_new(); in make_cp_exchange_key() local
/minix3/crypto/external/bsd/openssl/dist/apps/
H A Dgendh.c94 DH *dh = NULL; in MAIN() local
H A Ddh.c92 DH *dh = NULL; in MAIN() local
H A Ddhparam.c153 DH *dh = NULL; in MAIN() local
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtest_pkinit_dh2key.c42 const heim_octet_string *dh, in test_dh2key()
/minix3/external/bsd/libpcap/dist/
H A Dpcap-canusb-linux.c124 libusb_device_handle *dh = NULL; in canusb_findalldevs() local
170 libusb_device_handle *dh = NULL; in canusb_opendevice() local

123