Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_mul.c744 bn_mul_low_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2, BN_ULONG *t) in bn_mul_low_recursive() function
754 bn_mul_low_recursive(&(t[0]), &(a[0]), &(b[n]), n, &(t[n2])); in bn_mul_low_recursive()
756 bn_mul_low_recursive(&(t[0]), &(a[n]), &(b[0]), n, &(t[n2])); in bn_mul_low_recursive()
H A Dbn_lcl.h514 void bn_mul_low_recursive(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n2,