Searched refs:dh (Results 51 - 75 of 162) sorted by relevance

1234567

/external/wpa_supplicant_8/hostapd/src/common/
H A Dsae.h36 const struct dh_group *dh; member in struct:sae_temporary_data
H A Dsae.c40 tmp->dh = dh_groups_get(group);
41 if (tmp->dh) {
43 tmp->prime_len = tmp->dh->prime_len;
49 tmp->prime_buf = crypto_bignum_init_set(tmp->dh->prime,
57 tmp->order_buf = crypto_bignum_init_set(tmp->dh->order,
58 tmp->dh->order_len);
322 sae->tmp->dh->prime, sae->tmp->prime_len, pwd_value,
329 if (os_memcmp(pwd_value, sae->tmp->dh->prime, sae->tmp->prime_len) >= 0)
339 if (sae->tmp->dh->safe_prime) {
687 (sae->tmp->dh
[all...]
/external/wpa_supplicant_8/src/common/
H A Dsae.h36 const struct dh_group *dh; member in struct:sae_temporary_data
H A Dsae.c40 tmp->dh = dh_groups_get(group);
41 if (tmp->dh) {
43 tmp->prime_len = tmp->dh->prime_len;
49 tmp->prime_buf = crypto_bignum_init_set(tmp->dh->prime,
57 tmp->order_buf = crypto_bignum_init_set(tmp->dh->order,
58 tmp->dh->order_len);
322 sae->tmp->dh->prime, sae->tmp->prime_len, pwd_value,
329 if (os_memcmp(pwd_value, sae->tmp->dh->prime, sae->tmp->prime_len) >= 0)
339 if (sae->tmp->dh->safe_prime) {
687 (sae->tmp->dh
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dsae.h36 const struct dh_group *dh; member in struct:sae_temporary_data
H A Dsae.c40 tmp->dh = dh_groups_get(group);
41 if (tmp->dh) {
43 tmp->prime_len = tmp->dh->prime_len;
49 tmp->prime_buf = crypto_bignum_init_set(tmp->dh->prime,
57 tmp->order_buf = crypto_bignum_init_set(tmp->dh->order,
58 tmp->dh->order_len);
322 sae->tmp->dh->prime, sae->tmp->prime_len, pwd_value,
329 if (os_memcmp(pwd_value, sae->tmp->dh->prime, sae->tmp->prime_len) >= 0)
339 if (sae->tmp->dh->safe_prime) {
687 (sae->tmp->dh
[all...]
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_freebsd.c167 dlpi_handle_t dh; local
172 retval = dlpi_open(device, &dh, 0);
179 retval = dlpi_get_physaddr(dh, DL_CURR_PHYS_ADDR, physaddr,
184 dlpi_close(dh);
188 dlpi_close(dh);
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_freebsd.c167 dlpi_handle_t dh; local
172 retval = dlpi_open(device, &dh, 0);
179 retval = dlpi_get_physaddr(dh, DL_CURR_PHYS_ADDR, physaddr,
184 dlpi_close(dh);
188 dlpi_close(dh);
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet_freebsd.c167 dlpi_handle_t dh; local
172 retval = dlpi_open(device, &dh, 0);
179 retval = dlpi_get_physaddr(dh, DL_CURR_PHYS_ADDR, physaddr,
184 dlpi_close(dh);
188 dlpi_close(dh);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DTreeWalker.java85 public TreeWalker(ContentHandler contentHandler, DOMHelper dh, String systemId) argument
99 m_dh = dh;
107 public TreeWalker(ContentHandler contentHandler, DOMHelper dh) argument
117 m_dh = dh;
/external/boringssl/src/crypto/engine/
H A Dengine.c20 #include <openssl/dh.h>
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
H A DAlgorithmParametersSpi.java1 package org.bouncycastle.jcajce.provider.asymmetric.dh;
H A DKeyFactorySpi.java1 package org.bouncycastle.jcajce.provider.asymmetric.dh;
H A DKeyPairGeneratorSpi.java1 package org.bouncycastle.jcajce.provider.asymmetric.dh;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmspcs.c445 cmsFloat64Number dE, dL, dC, dh, dhsq; local
458 dh = 0;
460 dh = pow(dhsq, 0.5);
467 return sqrt(Sqr(dL) + Sqr(dC) / Sqr(sc) + Sqr(dh) / Sqr(sh));
491 deltaC,deltah,dc,t,g,dh,rh,rc,rt,bfd; local
522 dh = dc*(g*t+1-g);
532 bfd = sqrt(Sqr(deltaL)+Sqr(deltaC/dc)+Sqr(deltah/dh)+(rt*(deltaC/dc)*(deltah/dh)));
541 cmsFloat64Number dE,dL,dC,dh,sl,sc,sh,t,f,cmc; local
556 dh
[all...]
/external/ipsec-tools/src/racoon/
H A Dcrypto_openssl.c57 #include <openssl/dh.h>
2462 DH *dh = NULL; local
2470 if ((dh = DH_new()) == NULL)
2472 dh->p = p;
2473 p = NULL; /* p is now part of dh structure */
2474 dh->g = NULL;
2475 if ((dh->g = BN_new()) == NULL)
2477 if (!BN_set_word(dh->g, g))
2482 dh->priv_length = publen;
2484 dh
2516 DH *dh = NULL; local
[all...]
/external/boringssl/src/ssl/
H A Ds3_lib.c154 #include <openssl/dh.h>
226 DH_free(s->s3->tmp.dh);
273 int SSL_CTX_set_tmp_dh(SSL_CTX *ctx, const DH *dh) { argument
275 ctx->cert->dh_tmp = DHparams_dup(dh);
283 int SSL_set_tmp_dh(SSL *ssl, const DH *dh) { argument
285 ssl->cert->dh_tmp = DHparams_dup(dh);
/external/boringssl/src/crypto/evp/
H A Devp.c63 #include <openssl/dh.h>
335 DH_up_ref(pkey->pkey.dh);
336 return pkey->pkey.dh;
/external/libpcap/
H A Dpcap-libdlpi.c105 dlpi_handle_t dh; local
114 retv = dlpi_open(p->opt.source, &dh, DLPI_RAW|DLPI_PASSIVE);
125 pd->dlpi_hd = dh;
/external/valgrind/VEX/priv/
H A Ds390_disasm.c416 UInt dh, dl, x, b; local
418 dh = va_arg(args, UInt);
423 p = dxb_operand(p, (dh << 12) | dl, x, b, 1 /* signed_displacement */);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c2514 DH *dh;
2529 dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL);
2532 while (dh == NULL) {
2550 dh = DSA_dup_DH(dsa);
2552 if (dh == NULL) {
2560 if (dh == NULL) {
2566 if (SSL_set_tmp_dh(conn->ssl, dh) != 1) {
2570 DH_free(dh);
2573 DH_free(dh);
2588 DH *dh;
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c2514 DH *dh;
2529 dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL);
2532 while (dh == NULL) {
2550 dh = DSA_dup_DH(dsa);
2552 if (dh == NULL) {
2560 if (dh == NULL) {
2566 if (SSL_set_tmp_dh(conn->ssl, dh) != 1) {
2570 DH_free(dh);
2573 DH_free(dh);
2588 DH *dh;
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c2514 DH *dh;
2529 dh = PEM_read_bio_DHparams(bio, NULL, NULL, NULL);
2532 while (dh == NULL) {
2550 dh = DSA_dup_DH(dsa);
2552 if (dh == NULL) {
2560 if (dh == NULL) {
2566 if (SSL_set_tmp_dh(conn->ssl, dh) != 1) {
2570 DH_free(dh);
2573 DH_free(dh);
2588 DH *dh;
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_cred.c353 const u8 *dh, size_t len)
358 pos = dh;
359 end = dh + len;
352 tlsv1_set_dhparams_der(struct tlsv1_credentials *cred, const u8 *dh, size_t len) argument
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_cred.c353 const u8 *dh, size_t len)
358 pos = dh;
359 end = dh + len;
352 tlsv1_set_dhparams_der(struct tlsv1_credentials *cred, const u8 *dh, size_t len) argument

Completed in 1009 milliseconds

1234567