Home
last modified time | relevance | path

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

/openssl/crypto/bn/
H A Dbn_mul.c27 BN_ULONG bn_sub_part_words(BN_ULONG *r, in bn_sub_part_words() function
213 bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */ in bn_mul_recursive()
220 bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */ in bn_mul_recursive()
230 bn_sub_part_words(t, a, &(a[n]), tna, n - tna); /* + */ in bn_mul_recursive()
238 bn_sub_part_words(t, a, &(a[n]), tna, n - tna); in bn_mul_recursive()
239 bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n); in bn_mul_recursive()
340 bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */ in bn_mul_part_recursive()
345 bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */ in bn_mul_part_recursive()
353 bn_sub_part_words(t, a, &(a[n]), tna, n - tna); /* + */ in bn_mul_part_recursive()
359 bn_sub_part_words(t, a, &(a[n]), tna, n - tna); in bn_mul_part_recursive()
[all …]
H A Dbn_local.h660 BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
/openssl/crypto/bn/asm/
H A Dbn-586.pl29 &bn_sub_part_words("bn_sub_part_words");
578 sub bn_sub_part_words subroutine
/openssl/
H A DCHANGES.md12956 of the functions bn_cmp_part_words(), bn_sub_part_words() and
15451 of the functions bn_cmp_part_words(), bn_sub_part_words() and

Completed in 48 milliseconds