Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_mul.c489 bn_mul_low_normal(&(t[0]), &(a[0]), &(b[n]), n); in bn_mul_low_recursive()
490 bn_mul_low_normal(&(t[n]), &(a[n]), &(b[0]), n); in bn_mul_low_recursive()
664 void bn_mul_low_normal(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) in bn_mul_low_normal() function
H A DREADME.pod8 bn_mul_low_normal, bn_mul_recursive, bn_mul_part_recursive,
37 void bn_mul_low_normal(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n);
161 bn_mul_low_normal(B<r>, B<a>, B<b>, B<n>) operates on the B<n> word
H A Dbn_local.h657 void bn_mul_low_normal(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n);

Completed in 11 milliseconds