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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
altivec-abi.c 106 vector float c_d = {3.0, 3.0, 3.0, 3.0}; local
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
altivec-abi.c 106 vector float c_d = {3.0, 3.0, 3.0, 3.0}; local
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_nist.c 360 BN_ULONG c_d[BN_NIST_192_TOP], *res; local
461 res = (bn_sub_words(c_d, r_d, _nist_p_192[0], BN_NIST_192_TOP) && carry)
463 : c_d;
495 BN_ULONG c_d[BN_NIST_224_TOP], *res; local
526 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1),
529 nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8);
632 res = ((*adjust)(c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP) && carry)
634 : c_d;
664 BN_ULONG c_d[BN_NIST_256_TOP], *res; local
801 nist_set_256(c_d, buf.bn, 0, 15, 14, 13, 12, 0, 0, 0)
897 BN_ULONG c_d[BN_NIST_384_TOP], *res; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_nist.c 362 BN_ULONG c_d[BN_NIST_192_TOP], *res; local
463 res = (bn_sub_words(c_d, r_d, _nist_p_192[0], BN_NIST_192_TOP) && carry)
465 : c_d;
498 BN_ULONG c_d[BN_NIST_224_TOP], *res; local
529 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1),
532 nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8);
637 res = ((*adjust) (c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP) && carry)
639 : c_d;
670 BN_ULONG c_d[BN_NIST_256_TOP], *res; local
807 nist_set_256(c_d, buf.bn, 0, 15, 14, 13, 12, 0, 0, 0)
907 BN_ULONG c_d[BN_NIST_384_TOP], *res; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_nist.c 340 BN_ULONG c_d[BN_NIST_192_TOP], *res; local
443 0 - (PTR_SIZE_INT) bn_sub_words(c_d, r_d, _nist_p_192[0],
446 res = c_d;
481 BN_ULONG c_d[BN_NIST_224_TOP], *res; local
516 nist_cp_bn_0(c_d, a_d + (BN_NIST_224_TOP - 1),
519 nist_set_224(buf.bn, c_d, 14, 13, 12, 11, 10, 9, 8);
627 0 - (PTR_SIZE_INT) (*u.f) (c_d, r_d, _nist_p_224[0], BN_NIST_224_TOP);
629 res = c_d;
662 BN_ULONG c_d[BN_NIST_256_TOP], *res; local
803 nist_set_256(c_d, buf.bn, 0, 15, 14, 13, 12, 0, 0, 0)
908 BN_ULONG c_d[BN_NIST_384_TOP], *res; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
crypto.c 2593 BIGNUM *c_d = BN_dup(d); local
2600 if (c_n == NULL || c_e == NULL || c_d == NULL || c_p == NULL ||
2608 rsa->d = c_d;
2615 RSA_set0_key(rsa, n, e, c_d);
  /src/crypto/external/apache2/openssl/dist/test/
quic_multistream_test.c 5573 SSL *c_a, *c_b, *c_c, *c_d; local
5580 || !TEST_ptr(c_d = helper_local_get_c_stream(hl, "d")))
5598 item->desc = SSL_as_poll_descriptor(c_d);

Completed in 24 milliseconds