Searched refs:bn_mul_low_normal (Results 1 – 3 of 3) sorted by relevance
/third_party/openssl/crypto/bn/ |
D | bn_mul.c | 489 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
|
D | README.pod | 8 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
|
D | bn_local.h | 659 void bn_mul_low_normal(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n);
|