HomeSort by: relevance | last modified time | path
    Searched defs:DQ (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
keymgmt_internal_test.c 76 #define DQ 7
128 || !TEST_true(get_ulong_via_BN(p, &keydata[DQ]))
169 0xbd87, /* DQ */
201 || !TEST_true(BN_set_word(bn2, expected[DQ]))
rsa_sp800_56b_test.c 281 const int DQ = 13;
307 && TEST_BN_eq_word(key->dmq1, DQ)
316 /* (b) 1 < dQ < (q - 1). */
321 && TEST_true(BN_set_word(key->dmq1, DQ))
332 /* (e) 1 = (dQ . e) mod (q - 1) */
333 && TEST_true(BN_set_word(key->dmq1, DQ - 1))
335 && TEST_true(BN_set_word(key->dmq1, DQ))
evp_pkey_provided_test.c 346 #define DQ 6
367 0xbd87, /* DQ */
377 OSSL_PARAM_ulong(OSSL_PKEY_PARAM_RSA_EXPONENT2, &key_numbers[DQ]),
  /src/crypto/external/bsd/openssl/dist/test/
keymgmt_internal_test.c 76 #define DQ 7
128 || !TEST_true(get_ulong_via_BN(p, &keydata[DQ]))
169 0xbd87, /* DQ */
199 || !TEST_true(BN_set_word(bn2, expected[DQ]))
rsa_sp800_56b_test.c 281 const int DQ = 13;
306 && TEST_BN_eq_word(key->dmq1, DQ)
315 /* (b) 1 < dQ < (q - 1). */
320 && TEST_true(BN_set_word(key->dmq1, DQ))
331 /* (e) 1 = (dQ . e) mod (q - 1) */
332 && TEST_true(BN_set_word(key->dmq1, DQ-1))
334 && TEST_true(BN_set_word(key->dmq1, DQ))
evp_pkey_provided_test.c 346 #define DQ 6
367 0xbd87, /* DQ */
377 OSSL_PARAM_ulong(OSSL_PKEY_PARAM_RSA_EXPONENT2, &key_numbers[DQ]),
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAsmStreamer.cpp 890 const char DQ = '"';
891 OS << ',' << DQ;
894 if (C == DQ)
895 OS << DQ;
898 OS << DQ;
  /src/bin/sh/
parser.c 1269 #define DQ 0x02 /* Double Quotes (or equivalent) */
1368 #define SETDBLQUOTE() (currentstate(stack)->ts_quoted = QS | DQ)
1908 syntax == DQSYNTAX ? "DQ" : \
1971 ("%s%sESC:",!magicq?"!m":"",ISDBLQUOTE()?"DQ":""));
2070 (" ari(%d) %s TS_PUSH->DQ CQM ",
2085 (" DQ TS_POP->%s CQE ", SYNTAX));
2089 (" %s TS_POP->DQ CQM ", SYNTAX));
2103 VTRACE(DBG_LEXER, ("vn=%d !DQ", varnest));
  /src/external/gpl3/binutils/dist/opcodes/
ppc-opc.c 1602 /* The RA field in the DQ form lq or an lswx instruction, which have special
2180 /* The XT and XS fields in an DQ form VSX instruction. This is split. */
3094 /* The DQ field in a DQ form instruction. This is like D, but the
3096 #define DQ DCMXS + 1
3102 #define DS DQ + 1
3397 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
3410 /* The RA field in the DQ form lq or an lswx instruction, which have
3421 /* The R field in an 8-byte D, DS, DQ or X form prefix instruction. */
3487 /* The RS and RT fields of the DS form stq and DQ form lq instructions
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
ppc-opc.c 1602 /* The RA field in the DQ form lq or an lswx instruction, which have special
2180 /* The XT and XS fields in an DQ form VSX instruction. This is split. */
3094 /* The DQ field in a DQ form instruction. This is like D, but the
3096 #define DQ DCMXS + 1
3102 #define DS DQ + 1
3397 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
3410 /* The RA field in the DQ form lq or an lswx instruction, which have
3421 /* The R field in an 8-byte D, DS, DQ or X form prefix instruction. */
3487 /* The RS and RT fields of the DS form stq and DQ form lq instructions
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
ppc-opc.c 1556 /* The RA field in the DQ form lq or an lswx instruction, which have special
2134 /* The XT and XS fields in an DQ form VSX instruction. This is split. */
3026 /* The DQ field in a DQ form instruction. This is like D, but the
3028 #define DQ DCMXS + 1
3034 #define DS DQ + 1
3319 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
3332 /* The RA field in the DQ form lq or an lswx instruction, which have
3343 /* The R field in an 8-byte D, DS, DQ or X form prefix instruction. */
3409 /* The RS and RT fields of the DS form stq and DQ form lq instructions
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
ppc-opc.c 1556 /* The RA field in the DQ form lq or an lswx instruction, which have special
2134 /* The XT and XS fields in an DQ form VSX instruction. This is split. */
3026 /* The DQ field in a DQ form instruction. This is like D, but the
3028 #define DQ DCMXS + 1
3034 #define DS DQ + 1
3319 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
3332 /* The RA field in the DQ form lq or an lswx instruction, which have
3343 /* The R field in an 8-byte D, DS, DQ or X form prefix instruction. */
3409 /* The RS and RT fields of the DS form stq and DQ form lq instructions
    [all...]

Completed in 53 milliseconds