/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_nist.c | 452 (int)bn_sub_words(r_d, r_d, _nist_p_192[carry - 1], in BN_nist_mod_192() 463 res = (bn_sub_words(c_d, r_d, _nist_p_192[0], BN_NIST_192_TOP) && carry) in BN_nist_mod_192() 604 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP); in BN_nist_mod_224() 606 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP); in BN_nist_mod_224() 613 adjust = bn_sub_words; in BN_nist_mod_224() 616 (int)bn_sub_words(r_d, r_d, _nist_p_224[carry - 1], in BN_nist_mod_224() 632 adjust = carry ? bn_sub_words : bn_add_words; in BN_nist_mod_224() 837 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP); in BN_nist_mod_256() 842 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP); in BN_nist_mod_256() 847 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP); in BN_nist_mod_256() [all …]
|
H A D | bn_sqr.c | 185 bn_sub_words(t, a, &(a[n]), n); in bn_sqr_recursive() 187 bn_sub_words(t, &(a[n]), a, n); in bn_sqr_recursive() 210 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2)); in bn_sqr_recursive()
|
H A D | rsaz_exp.h | 73 carry -= bn_sub_words(tmp, r, m, num); in bn_reduce_once_in_place()
|
H A D | bn_mul.c | 34 c = bn_sub_words(r, a, b, cl); in bn_sub_part_words() 284 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2)); in bn_mul_recursive() 439 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2)); in bn_mul_part_recursive()
|
H A D | bn_add.c | 150 borrow = bn_sub_words(rp, ap, bp, min); in BN_usub()
|
H A D | README.pod | 6 bn_add_words, bn_sub_words, bn_mul_comba4, bn_mul_comba8, 25 BN_ULONG bn_sub_words(BN_ULONG *rp, BN_ULONG *ap, BN_ULONG *bp, 132 bn_sub_words(B<rp>, B<ap>, B<bp>, B<num>) operates on the B<num> word
|
H A D | bn_mod.c | 89 carry -= bn_sub_words(rp, tp, m->d, mtop); in bn_mod_add_fixed_top()
|
H A D | bn_div.c | 429 l0 = bn_sub_words(wnum, wnum, tmp->d, div_n + 1); in bn_div_fixed_top()
|
H A D | bn_asm.c | 371 BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, in bn_sub_words() function 933 c0 = bn_sub_words(rp, tp, np, num); in bn_mul_mont() 1027 c0 = bn_sub_words(rp, tp, np, num); in bn_mul_mont()
|
H A D | bn_mont.c | 147 carry -= bn_sub_words(rp, ap, np, nl); in bn_from_montgomery_word()
|
H A D | bn_local.h | 242 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
|
/freebsd/sys/crypto/openssl/powerpc64/ |
H A D | bn-ppc.S | 92 .globl bn_sub_words 93 .type bn_sub_words,@function 1386 bn_sub_words: label 1387 .localentry bn_sub_words,0 1429 .size bn_sub_words,.-bn_sub_words
|
H A D | ppc.S | 92 .globl bn_sub_words 93 .type bn_sub_words,@function 1386 bn_sub_words: label 1387 .localentry bn_sub_words,0 1429 .size bn_sub_words,.-bn_sub_words
|
/freebsd/sys/crypto/openssl/powerpc64le/ |
H A D | bn-ppc.S | 92 .globl bn_sub_words 93 .type bn_sub_words,@function 1386 bn_sub_words: label 1387 .localentry bn_sub_words,0 1429 .size bn_sub_words,.-bn_sub_words
|
H A D | ppc.S | 92 .globl bn_sub_words 93 .type bn_sub_words,@function 1386 bn_sub_words: label 1387 .localentry bn_sub_words,0 1429 .size bn_sub_words,.-bn_sub_words
|
/freebsd/sys/crypto/openssl/powerpc/ |
H A D | bn-ppc.S | 92 .globl bn_sub_words 93 .type bn_sub_words,@function 1377 bn_sub_words: label 1418 .size bn_sub_words,.-bn_sub_words
|
H A D | ppc.S | 92 .globl bn_sub_words 93 .type bn_sub_words,@function 1377 bn_sub_words: label 1418 .size bn_sub_words,.-bn_sub_words
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | s390x.S | 311 .globl bn_sub_words 312 .type bn_sub_words,@function 314 bn_sub_words: label 362 .size bn_sub_words,.-bn_sub_words
|
H A D | bn-586.pl | 28 &bn_sub_words("bn_sub_words"); 506 sub bn_sub_words subroutine
|
H A D | x86_64-gcc.c | 232 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_sub_words() function 260 BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) in bn_sub_words() function
|
H A D | sparcv8.S | 437 .global bn_sub_words 443 bn_sub_words: label 522 .type bn_sub_words,#function 523 .size bn_sub_words,(.-bn_sub_words)
|
H A D | sparcv8plus.S | 544 .global bn_sub_words 550 bn_sub_words: label 619 .type bn_sub_words,#function 620 .size bn_sub_words,(.-bn_sub_words)
|
H A D | ia64.S | 230 .global bn_sub_words# 231 .proc bn_sub_words# 234 bn_sub_words: label 278 .endp bn_sub_words#
|
H A D | bn-c64xplus.asm | 30 .asg bn_sub_words,_bn_sub_words
|
/freebsd/sys/crypto/openssl/i386/ |
H A D | bn-586.S | 828 .globl bn_sub_words 829 .type bn_sub_words,@function 831 bn_sub_words: label 1014 .size bn_sub_words,.-.L_bn_sub_words_begin 2401 .globl bn_sub_words 2402 .type bn_sub_words,@function 2404 bn_sub_words: label 2587 .size bn_sub_words,.-.L_bn_sub_words_begin
|