HomeSort by relevance Sort by last modified time
    Searched refs:t_d (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_nist.c 431 BN_ULONG t_d[BN_NIST_192_TOP]; local
433 nist_set_192(t_d, buf.bn, 0, 3, 3);
434 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
435 nist_set_192(t_d, buf.bn, 4, 4, 0);
436 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
437 nist_set_192(t_d, buf.bn, 5, 5, 5)
438 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
566 BN_ULONG t_d[BN_NIST_224_TOP]; local
568 nist_set_224(t_d, buf, 10, 9, 8, 7, 0, 0, 0);
569 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP)
749 BN_ULONG t_d[BN_NIST_256_TOP]; local
968 BN_ULONG t_d[BN_NIST_384_TOP]; local
1047 t_d[BN_NIST_521_TOP], local
    [all...]
  /external/openssl/crypto/bn/
bn_nist.c 430 BN_ULONG t_d[BN_NIST_192_TOP]; local
432 nist_set_192(t_d, buf.bn, 0, 3, 3);
433 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
434 nist_set_192(t_d, buf.bn, 4, 4, 0);
435 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
436 nist_set_192(t_d, buf.bn, 5, 5, 5)
437 carry += (int)bn_add_words(r_d, r_d, t_d, BN_NIST_192_TOP);
569 BN_ULONG t_d[BN_NIST_224_TOP]; local
571 nist_set_224(t_d, buf.bn, 10, 9, 8, 7, 0, 0, 0);
572 carry = (int)bn_add_words(r_d, r_d, t_d, BN_NIST_224_TOP)
753 BN_ULONG t_d[BN_NIST_256_TOP]; local
973 BN_ULONG t_d[BN_NIST_384_TOP]; local
1053 t_d[BN_NIST_521_TOP], local
    [all...]

Completed in 82 milliseconds