Home
last modified time | relevance | path

Searched refs:bn_mul_low_recursive (Results 1 – 3 of 3) sorted by relevance

/external/openssl/crypto/bn/
Dbn.mul13 * bn_mul_low_recursive
Dbn_mul.c726 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()
Dbn_lcl.h494 void bn_mul_low_recursive(BN_ULONG *r,BN_ULONG *a,BN_ULONG *b,int n2,