Home
last modified time | relevance | path

Searched refs:bn_mul_normal (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/bn/
H A Dbn_mul.c201 bn_mul_normal(r, a, n2 + dna, b, n2 + dnb); in bn_mul_recursive()
330 bn_mul_normal(r, a, n + tna, b, n + tnb); in bn_mul_part_recursive()
371 bn_mul_normal(&(r[n2]), &(a[n]), tn, &(b[n]), tn); in bn_mul_part_recursive()
378 bn_mul_normal(&(r[n2]), &(a[n]), tna, &(b[n]), tnb); in bn_mul_part_recursive()
406 bn_mul_normal(&(r[n2]), &(a[n]), tna, &(b[n]), tnb); in bn_mul_part_recursive()
605 bn_mul_normal(rr->d, a->d, al, b->d, bl); in bn_mul_fixed_top()
622 void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b, int nb) in bn_mul_normal() function
H A DREADME.pod7 bn_sqr_comba4, bn_sqr_comba8, bn_cmp_words, bn_mul_normal,
35 void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b,
157 bn_mul_normal(B<r>, B<a>, B<na>, B<b>, B<nb>) operates on the B<na>
179 BN_mul() calls bn_mul_normal(), or an optimized implementation if the
H A Dbn_local.h644 void bn_mul_normal(BN_ULONG *r, BN_ULONG *a, int na, BN_ULONG *b, int nb);
/openssl/
H A DCHANGES.md13785 n2 elements) and fallback to bn_mul_normal if either is not zero.

Completed in 87 milliseconds