Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
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()
214 bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */ in bn_mul_recursive()
220 bn_sub_part_words(t, &(a[n]), a, tna, tna - n); /* - */ in bn_mul_recursive()
221 bn_sub_part_words(&(t[n]), &(b[n]), b, tnb, tnb - n); /* + */ in bn_mul_recursive()
230 bn_sub_part_words(t, a, &(a[n]), tna, n - tna); /* + */ in bn_mul_recursive()
231 bn_sub_part_words(&(t[n]), b, &(b[n]), tnb, n - tnb); /* - */ 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()
[all …]
Dbn_local.h669 BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
/third_party/openssl/crypto/bn/asm/
Dbn-586.pl29 &bn_sub_part_words("bn_sub_part_words");
578 sub bn_sub_part_words subroutine
/third_party/openssl/
DCHANGES.md11645 of the functions bn_cmp_part_words(), bn_sub_part_words() and
14140 of the functions bn_cmp_part_words(), bn_sub_part_words() and