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

/external/openssl/crypto/bn/
H A Dbn_mul.c726 void bn_mul_low_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2, function
732 fprintf(stderr," bn_mul_low_recursive %d * %d\n",n2,n2);
738 bn_mul_low_recursive(&(t[0]),&(a[0]),&(b[n]),n,&(t[n2]));
740 bn_mul_low_recursive(&(t[0]),&(a[n]),&(b[0]),n,&(t[n2]));
H A Dbn_lcl.h501 void bn_mul_low_recursive(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b,int n2,

Completed in 56 milliseconds