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

  /external/openssl/crypto/bn/
bn_mul.c 397 int tna=n+dna, tnb=n+dnb; local
432 c2=bn_cmp_part_words(&(b[n]),b,tnb,tnb-n);
438 bn_sub_part_words(&(t[n]),b, &(b[n]),tnb,n-tnb); /* - */
445 bn_sub_part_words(&(t[n]),&(b[n]),b, tnb,tnb-n); /* + */
455 bn_sub_part_words(&(t[n]),b, &(b[n]),tnb,n-tnb); /* - */
463 bn_sub_part_words(&(t[n]),&(b[n]),b, tnb,tnb-n)
    [all...]
bn_lcl.h 498 int n,int tna,int tnb,BN_ULONG *t);
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
mul.c 317 int tna = n + dna, tnb = n + dnb; local
339 c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n);
344 bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */
351 bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n); /* + */
361 bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */
369 bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n)
    [all...]

Completed in 185 milliseconds