Searched refs:dh (Results 176 - 200 of 225) sorted by relevance

123456789

/macosx-10.10/emacs-93/emacs/lisp/
H A Dcalculator.el741 (let* ((dh (plist-get (face-attr-construct 'default) :height))
749 (or (and (integerp dh)
751 (< mh dh))
758 (and (integerp dh)
760 (> mh dh))
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_ssl.c275 VALUE cb, dh; local
281 dh = rb_funcall(cb, rb_intern("call"), 3, args[0], args[1], args[2]);
282 pkey = GetPKeyPtr(dh);
284 ossl_ssl_set_tmp_dh(args[0], dh);
301 return GetPKeyPtr(ossl_ssl_get_tmp_dh(args[0]))->pkey.dh;
/macosx-10.10/OpenSSH-189/openssh/
H A Dmonitor.c60 #include "ossl-dh.h"
62 #include <openssl/dh.h>
75 #include "dh.h"
682 DH *dh; local
698 dh = choose_dh(min, want, max);
699 if (dh == NULL) {
705 buffer_put_bignum2(m, dh->p);
706 buffer_put_bignum2(m, dh->g);
708 DH_free(dh);
H A Dmoduli.c47 #include "ossl-dh.h"
50 #include <openssl/dh.h>
62 #include "dh.h"
/macosx-10.10/emacs-93/emacs/src/
H A Dimage.c2398 image_load_qt_1 (f, img, type, fss, dh)
2403 Handle dh;
2422 if (dh == NULL)
2436 err = GraphicsImportSetDataHandle (gi, dh);
2559 Handle dh;
2561 err = PtrToHand (SDATA (specified_data), &dh, SBYTES (specified_data));
2568 success_p = image_load_qt_1 (f, img, type, NULL, dh);
2569 DisposeHandle (dh);
7934 Handle dh = NULL;
7999 err = PtrToHand (SDATA (specified_data), &dh, SBYTE
2551 Handle dh; local
7917 Handle dh = NULL; local
[all...]
H A Dfringe.c609 p.dh = (period > 0 ? (p.y % period) : 0);
610 p.h -= p.dh;
/macosx-10.10/OpenSSL098-52/src/crypto/engine/
H A Dengine.h82 #include <openssl/dh.h>
/macosx-10.10/OpenSSL098-52/src/crypto/err/
H A DMakefile87 err_all.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dengine.h82 #include <openssl/dh.h>
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/plotchart/
H A Dplotcontour.tcl1398 set dh [expr {($hueStart - $hueEnd) / ($ncont - 1)}]
1399 set hue [expr {$hueStart - ($i * $dh)}]
1485 set dh [expr {($hueStart - $hueEnd) / ($ncont - 1)}]
1486 set hue [expr {$hueStart - ($i * $dh)}]
/macosx-10.10/OpenSSL098-52/src/crypto/sha/
H A Dsha512.c332 asm("xchgb %%ah,%%al;xchgb %%dh,%%dl;"\
334 "xchgb %%ah,%%al;xchgb %%dh,%%dl;" \
361 _asm xchg dh,dl local
365 _asm xchg dh,dl local
/macosx-10.10/OpenSSL098-52/src/engines/
H A De_sureware.c67 #include <openssl/dh.h>
145 /* This function is aliased to mod_exp (with the dh and mont dropped). */
146 static int surewarehk_modexp_dh(const DH *dh, BIGNUM *r, const BIGNUM *a, argument
157 surewarehk_modexp_dh, /*dh mod exp*/
/macosx-10.10/bind9-45.101/bind9/bin/tests/dst/
H A Dt_dst.c162 dh(dns_name_t *name1, int id1, dns_name_t *name2, int id2, isc_mem_t *mctx, function
428 isc_buffer_init(&b, "dh.", 3);
438 dh(name, 18602, name, 48957, mctx, ISC_R_SUCCESS, &nfails, &nprobs);
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dssl_lib.c131 #include <openssl/dh.h>
2731 * \param dh the callback
2735 void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx,DH *(*dh)(SSL *ssl,int is_export,
2738 SSL_CTX_callback_ctrl(ctx,SSL_CTRL_SET_TMP_DH_CB,(void (*)(void))dh);
2741 void SSL_set_tmp_dh_callback(SSL *ssl,DH *(*dh)(SSL *ssl,int is_export,
2744 SSL_callback_ctrl(ssl,SSL_CTRL_SET_TMP_DH_CB,(void (*)(void))dh);
H A Dssl_cert.c130 #include <openssl/dh.h>
H A DMakefile151 d1_clnt.o: ../include/openssl/dh.h ../include/openssl/dsa.h
258 d1_srvr.o: ../include/openssl/dh.h ../include/openssl/dsa.h
572 s3_clnt.o: ../include/openssl/dh.h ../include/openssl/dsa.h
616 s3_lib.o: ../include/openssl/dh.h ../include/openssl/dsa.h
680 s3_srvr.o: ../include/openssl/dh.h ../include/openssl/dsa.h
746 ssl_cert.o: ../include/openssl/dh.h ../include/openssl/dsa.h
827 ssl_lib.o: ../include/openssl/crypto.h ../include/openssl/dh.h
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_st.c1044 CFDataRef dh = CFArrayGetValueAtIndex(dhparams, i); local
1045 CFIndex size = XSDHParamGetSize(dh);
1047 maxdh = dh;
/macosx-10.10/zlib-55/zlib/contrib/masmx64/
H A Dgvmat64.asm545 db 0dh,0ah,"asm686 with masm, optimised assembly code from Brian Raiter, written 1998, converted to amd 64 by Gilles Vollant 2005",0dh,0ah,0
/macosx-10.10/zlib-55/zlib/contrib/masmx86/
H A Dmatch686.asm457 db 0dh,0ah,"asm686 with masm, optimised assembly code from Brian Raiter, written 1998",0dh,0ah
/macosx-10.10/OpenSSL098-52/src/
H A Dconfig817 for i in aes bf camellia cast des dh dsa ec hmac idea md2 md5 mdc2 rc2 rc4 rc5 ripemd rsa seed sha
H A DMakefile.org143 bn ec rsa dsa ecdsa dh ecdh dso engine \
/macosx-10.10/vim-55/runtime/syntax/
H A Dfasm.vim20 syn keyword fasmRegister cr7 cs cx dh di dl dr0 dr1 dr2 dr3 dr4 dr5 dr6 dr7 ds dx
/macosx-10.10/CPANInternal-159.1/IO-Socket-SSL/
H A DSSL.pm1606 if ( my $dh = $arg_hash->{SSL_dh} ) {
1608 Net::SSLeay::CTX_set_tmp_dh( $ctx,$dh )
1613 my $dh = Net::SSLeay::PEM_read_bio_DHparams($bio);
1615 $dh || return IO::Socket::SSL->error( "Failed to read PEM for DH from $f - wrong format?" );
1616 my $rv = Net::SSLeay::CTX_set_tmp_dh( $ctx,$dh );
1617 Net::SSLeay::DH_free( $dh );
/macosx-10.10/OpenSSL098-52/src/test/
H A DMakefile549 bntest.o: ../include/openssl/crypto.h ../include/openssl/dh.h
570 dhtest.o: ../include/openssl/crypto.h ../include/openssl/dh.h
577 dsatest.o: ../include/openssl/crypto.h ../include/openssl/dh.h
815 fips_test_suite.o: ../include/openssl/dh.h ../include/openssl/dsa.h
922 ssltest.o: ../include/openssl/crypto.h ../include/openssl/dh.h
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-bn.c2112 BN_ULONG dh, dl, q, ret = 0, th, tl, t; local
2132 dh = (d & BN_MASK2h) >> BN_BITS4;
2135 if ((h >> BN_BITS4) == dh) {
2138 q = h / dh;
2141 th = q * dh;
2152 th -= dh;

Completed in 431 milliseconds

123456789