Searched refs:bn_sub_part_words (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/crypto/bn/ |
D | bn_mul.c | 27 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 …]
|
D | bn_local.h | 669 BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
|
/third_party/openssl/crypto/bn/asm/ |
D | bn-586.pl | 29 &bn_sub_part_words("bn_sub_part_words"); 578 sub bn_sub_part_words subroutine
|
/third_party/openssl/ |
D | CHANGES.md | 11645 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
|