Searched refs:DH (Results 151 - 160 of 160) sorted by relevance

1234567

/netbsd-current/external/gpl3/binutils.old/dist/texinfo/
H A Dtexinfo.tex2914 \def\DH{{\ecfont \char"D0}} % Eth
4214 \definedummyword\DH
4373 \def\DH{DZZ}%
8188 \gdef^^d0{\DH}
8308 \gdef^^d0{\DH}
8515 \DeclareUnicodeCharacter{00D0}{\DH}
/netbsd-current/external/lgpl3/gmp/dist/doc/
H A Dtexinfo.tex3101 \def\DH{{\ecfont \char"D0}} % Eth
4458 \definedummyword\DH
4641 \def\DH{DZZ}%
8965 \gdef^^d0{\DH}
9085 \gdef^^d0{\DH}
9292 \DeclareUnicodeCharacter{00D0}{\DH}
/netbsd-current/external/lgpl3/mpc/dist/doc/
H A Dtexinfo.tex3101 \def\DH{{\ecfont \char"D0}} % Eth
4458 \definedummyword\DH
4641 \def\DH{DZZ}%
8965 \gdef^^d0{\DH}
9085 \gdef^^d0{\DH}
9292 \DeclareUnicodeCharacter{00D0}{\DH}
/netbsd-current/external/gpl3/gcc.old/dist/gcc/doc/include/
H A Dtexinfo.tex3098 \def\DH{{\ecfont \char"D0}} % Eth
4407 \definedummyword\DH
4590 \def\DH{DZZ}%
8903 \gdef^^d0{\DH}
9023 \gdef^^d0{\DH}
9230 \DeclareUnicodeCharacter{00D0}{\DH}
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Dsslapitest.c5146 * Be sure to enable auto tmp DH so that FFDHE can succeed.
9577 pctx = EVP_PKEY_CTX_new_from_name(libctx, "DH", NULL);
9615 static DH *tmp_dh_callback(SSL *s, int is_export, int keylen)
9618 DH *ret = NULL;
9624 * libssl does not free the returned DH, so we free it now knowing that even
9626 * EVP_PKEY in tmp_dh_params, and so the DH object will live for the length
9639 * Test the various methods for setting temporary DH parameters
9646 * Test 5: Explicit SSL_CTX auto off, custom DH params via EVP_PKEY
9647 * Test 6: Explicit SSL auto off, custom DH params via EVP_PKEY
9650 * Test 7: Explicit SSL_CTX auto off, custom DH param
[all...]
H A Devp_extra_test2.c340 const DH *dhkey;
374 ret = TEST_ptr(gctx = EVP_PKEY_CTX_new_from_name(mainctx, "DH", NULL))
H A Devp_extra_test.c428 /* kExampleDHKeyDER is a DH private key in ASN.1, DER format. */
645 return load_example_key("DH", kExampleDHKeyDER,
3083 return test_EVP_PKEY_ffc_priv_pub("DH");
3089 DH *x942dh = NULL, *noqdh = NULL;
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Devp_extra_test.c1731 DH *x942dh, *pkcs3dh;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3864 // Check that we aren't mixing AH/BH/CH/DH with REX prefix. We only need to
3875 if (Reg == X86::AH || Reg == X86::BH || Reg == X86::CH || Reg == X86::DH)
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Di386-dis.c347 #define DH macro

Completed in 773 milliseconds

1234567