Searched refs:tnb (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/bn/
H A Dbn_mul.c431 int tna = n + dna, tnb = n + dnb; local
464 c2 = bn_cmp_part_words(&(b[n]), b, tnb, tnb - n);
469 bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */
476 bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n); /* + */
486 bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */
494 bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tn
577 bn_mul_part_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n, int tna, int tnb, BN_ULONG *t) argument
[all...]
H A Dbn_lcl.h492 int n, int tna, int tnb, BN_ULONG *t);

Completed in 43 milliseconds