Home
last modified time | relevance | path

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

/freebsd/crypto/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()
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 …]
H A Dbn_local.h657 BN_ULONG bn_sub_part_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b,
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dbn-586.pl29 &bn_sub_part_words("bn_sub_part_words");
578 sub bn_sub_part_words subroutine
/freebsd/sys/crypto/openssl/i386/
H A Dbn-586.S1015 .globl bn_sub_part_words
1016 .type bn_sub_part_words,@function
1018 bn_sub_part_words: label
1565 .size bn_sub_part_words,.-.L_bn_sub_part_words_begin
2588 .globl bn_sub_part_words
2589 .type bn_sub_part_words,@function
2591 bn_sub_part_words: label
3138 .size bn_sub_part_words,.-.L_bn_sub_part_words_begin
/freebsd/crypto/openssl/
H A DCHANGES.md12045 of the functions bn_cmp_part_words(), bn_sub_part_words() and
14540 of the functions bn_cmp_part_words(), bn_sub_part_words() and