Searched refs:dh (Results 76 - 100 of 138) sorted by relevance

123456

/freebsd-12-stable/contrib/libpcap/
H A Dpcap-libdlpi.c101 dlpi_handle_t dh; local
109 retv = dlpi_open(p->opt.device, &dh, DLPI_RAW|DLPI_PASSIVE);
122 pd->dlpi_hd = dh;
/freebsd-12-stable/contrib/binutils/binutils/
H A Dsysdump.c42 static void dh (unsigned char *, int);
84 dh (unsigned char *ptr, int size) function
133 dh (ptr, size);
/freebsd-12-stable/sys/kern/
H A Dsubr_fattime.c221 fattime2timespec(unsigned dd, unsigned dt, unsigned dh, int utc, argument
230 tsp->tv_sec += dh / 100;
231 tsp->tv_nsec = (dh % 100) * 10000000;
/freebsd-12-stable/crypto/openssl/ssl/
H A Dssl_conf.c14 #include <openssl/dh.h>
539 DH *dh = NULL; local
547 dh = PEM_read_bio_DHparams(in, NULL, NULL, NULL);
548 if (dh == NULL)
553 rv = SSL_CTX_set_tmp_dh(cctx->ctx, dh);
555 rv = SSL_set_tmp_dh(cctx->ssl, dh);
557 DH_free(dh);
/freebsd-12-stable/secure/lib/libcrypto/i386/
H A Dcmll-x86.S180 movzbl %dh,%esi
185 movzbl %dh,%esi
240 movzbl %dh,%esi
245 movzbl %dh,%esi
300 movzbl %dh,%esi
305 movzbl %dh,%esi
528 movzbl %dh,%esi
533 movzbl %dh,%esi
588 movzbl %dh,%esi
593 movzbl %dh,
[all...]
H A Drc5-586.S453 movb 6(%esi),%dh
456 movb 5(%esi),%dh
529 movb %dh,5(%edi)
1017 movb 6(%esi),%dh
1020 movb 5(%esi),%dh
1093 movb %dh,5(%edi)
/freebsd-12-stable/stand/i386/zfsboot/
H A Dzfsldr.S72 movb $0x1,%dh # Partition
79 incb %dh # Partition
80 cmpb $0x1+PRT_NUM,%dh # In table?
/freebsd-12-stable/sys/tools/
H A Dusbdevs2h.awk222 if (arg !~ /^-[dh]+$/ && arg !~ /devs$/)
/freebsd-12-stable/secure/lib/libssh/
H A DMakefile17 monitor_fdpass.c rijndael.c ssh-dss.c ssh-ecdsa.c ssh-rsa.c dh.c \
/freebsd-12-stable/crypto/openssh/
H A Dkex.h162 DH *dh; /* DH */ member in struct:kex
H A Dmonitor.c59 #include <openssl/dh.h>
75 #include "dh.h"
576 DH *dh; local
595 dh = choose_dh(min, want, max);
596 if (dh == NULL) {
602 DH_get0_pqg(dh, &dh_p, NULL, &dh_g);
608 DH_free(dh);
/freebsd-12-stable/crypto/openssh/regress/misc/kexfuzz/
H A DMakefile23 SRCS+=dh.c compat.c
/freebsd-12-stable/crypto/openssl/crypto/dh/
H A Ddh_kdf.c14 #include <openssl/dh.h>
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dpkinit.c65 DH *dh; member in union:krb5_pk_init_ctx_data::__anon7762
133 select_dh_group(krb5_context context, DH *dh, unsigned long bits, argument
169 if (DH_set0_pqg(dh, p, q, g) != 1) {
446 ctx->u.dh = DH_new();
447 if (ctx->u.dh == NULL) {
453 ret = select_dh_group(context, ctx->u.dh, dh_min_bits, ctx->m);
457 if (DH_generate_key(ctx->u.dh) != 1) {
487 DH *dh = ctx->u.dh; local
499 DH_get0_pqg(dh,
[all...]
/freebsd-12-stable/crypto/openssl/apps/
H A Ds_server.c48 # include <openssl/dh.h>
1962 DH *dh = NULL; local
1965 dh = load_dh_param(dhfile);
1967 dh = load_dh_param(s_cert_file);
1969 if (dh != NULL) {
1976 if (dh == NULL) {
1978 } else if (!SSL_CTX_set_tmp_dh(ctx, dh)) {
1981 DH_free(dh);
1992 DH_free(dh);
1993 dh
[all...]
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Dtls_openssl.c31 #include <openssl/dh.h>
3817 DH *dh;
3832 dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL);
3835 while (dh == NULL) {
3853 dh = DSA_dup_DH(dsa);
3855 if (dh == NULL) {
3863 if (dh == NULL) {
3869 if (SSL_set_tmp_dh(conn->ssl, dh) != 1) {
3873 DH_free(dh);
3876 DH_free(dh);
[all...]
H A Ddh_groups.c1189 * @dh: Selected Diffie-Hellman group
1193 struct wpabuf * dh_init(const struct dh_group *dh, struct wpabuf **priv) argument
1198 if (dh == NULL)
1202 *priv = wpabuf_alloc(dh->prime_len);
1206 pv_len = dh->prime_len;
1213 if (crypto_dh_init(*dh->generator, dh->prime, dh->prime_len,
1221 wpabuf_put(*priv, dh->prime_len);
1222 wpabuf_put(pv, dh
1237 dh_derive_shared(const struct wpabuf *peer_public, const struct wpabuf *own_private, const struct dh_group *dh) argument
[all...]
/freebsd-12-stable/crypto/openssl/crypto/bn/
H A Dbn_asm.c209 BN_ULONG dh, dl, q, ret = 0, th, tl, t; local
227 dh = (d & BN_MASK2h) >> BN_BITS4;
230 if ((h >> BN_BITS4) == dh)
233 q = h / dh;
235 th = q * dh;
243 th -= dh;
/freebsd-12-stable/sys/fs/smbfs/
H A Dsmbfs_subr.h181 void smb_dos2unixtime (u_int dd, u_int dt, u_int dh, int tzoff, struct timespec *tsp);
/freebsd-12-stable/crypto/openssl/crypto/pem/
H A Dpem_all.c19 #include <openssl/dh.h>
H A Dpem_pkey.c19 #include <openssl/dh.h>
/freebsd-12-stable/usr.sbin/pciconf/
H A Dpciconf.c1084 uint16_t *dh; local
1152 dh = (uint16_t *)(uintptr_t)((uintptr_t)pbm.pbm_map_base +
1154 for (a = 0; a < count; a += width, dh++) {
1155 res = fwrite(dh, width, 1, stdout);
/freebsd-12-stable/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c22 #include <openssl/dh.h>
2086 DH *dh = NULL; local
2100 dh = DH_new();
2102 if (peer_tmp == NULL || dh == NULL) {
2127 if (!DH_set0_pqg(dh, p, NULL, g)) {
2134 if (DH_check_params(dh, &check_bits) == 0 || check_bits != 0) {
2140 if (!DH_set0_key(dh, bnpub_key, NULL)) {
2147 if (EVP_PKEY_assign_DH(peer_tmp, dh) == 0) {
2152 dh = NULL;
2177 DH_free(dh);
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_x86_64.h244 DEFINE_GPR_PSEUDO_8H(ch, rcx), DEFINE_GPR_PSEUDO_8H(dh, rdx),
396 UPDATE_GPR_INFO_8H(dh, rdx);
/freebsd-12-stable/crypto/openssl/crypto/evp/
H A Dp_lib.c20 #include <openssl/dh.h>
557 return pkey->pkey.dh;

Completed in 414 milliseconds

123456