Searched refs:bn_mul_low_recursive (Results 1 – 3 of 3) sorted by relevance
/external/openssl/crypto/bn/ |
D | bn.mul | 13 * bn_mul_low_recursive
|
D | bn_mul.c | 726 void bn_mul_low_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2, in bn_mul_low_recursive() function 738 bn_mul_low_recursive(&(t[0]),&(a[0]),&(b[n]),n,&(t[n2])); in bn_mul_low_recursive() 740 bn_mul_low_recursive(&(t[0]),&(a[n]),&(b[0]),n,&(t[n2])); in bn_mul_low_recursive()
|
D | bn_lcl.h | 494 void bn_mul_low_recursive(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b,int n2,
|