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

/external/openssl/crypto/bn/
H A Dbn_mul.c397 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,tn
550 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.h474 int n,int tna,int tnb,BN_ULONG *t);

Completed in 67 milliseconds