Searched refs:bn_sub_part_words (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/bn/ |
H A 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 …]
|
H A D | bn_local.h | 657 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 D | bn-586.pl | 29 &bn_sub_part_words("bn_sub_part_words"); 578 sub bn_sub_part_words subroutine
|
/freebsd/sys/crypto/openssl/i386/ |
H A D | bn-586.S | 1015 .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 D | CHANGES.md | 12045 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
|