HomeSort by: relevance | last modified time | path
    Searched refs:bn_sub_words (Results 1 - 25 of 78) sorted by relevancy

1 2 3 4

  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_nist.c 450 carry = (int)bn_sub_words(r_d, r_d, _nist_p_192[carry - 1],
461 res = (bn_sub_words(c_d, r_d, _nist_p_192[0], BN_NIST_192_TOP) && carry)
601 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
603 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
610 adjust = bn_sub_words;
612 carry = (int)bn_sub_words(r_d, r_d, _nist_p_224[carry - 1],
627 adjust = carry ? bn_sub_words : bn_add_words;
831 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
836 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
841 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP)
    [all...]
rsaz_exp.h 72 carry -= bn_sub_words(tmp, r, m, num);
bn_sqr.c 185 bn_sub_words(t, a, &(a[n]), n);
187 bn_sub_words(t, &(a[n]), a, n);
210 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
bn_add.c 150 borrow = bn_sub_words(rp, ap, bp, min);
bn_mul.c 16 * Here follows specialised variants of bn_add_words() and bn_sub_words().
34 c = bn_sub_words(r, a, b, cl);
284 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
439 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
bn_mod.c 88 carry -= bn_sub_words(rp, tp, m->d, mtop);
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_nist.c 452 (int)bn_sub_words(r_d, r_d, _nist_p_192[carry - 1],
463 res = (bn_sub_words(c_d, r_d, _nist_p_192[0], BN_NIST_192_TOP) && carry)
604 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
606 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
613 adjust = bn_sub_words;
616 (int)bn_sub_words(r_d, r_d, _nist_p_224[carry - 1],
632 adjust = carry ? bn_sub_words : bn_add_words;
837 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
842 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
847 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP)
    [all...]
rsaz_exp.h 73 carry -= bn_sub_words(tmp, r, m, num);
bn_sqr.c 185 bn_sub_words(t, a, &(a[n]), n);
187 bn_sub_words(t, &(a[n]), a, n);
210 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
bn_add.c 150 borrow = bn_sub_words(rp, ap, bp, min);
bn_mul.c 16 * Here follows specialised variants of bn_add_words() and bn_sub_words().
34 c = bn_sub_words(r, a, b, cl);
284 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
439 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_nist.c 431 (int)bn_sub_words(r_d, r_d, _nist_p_192[carry - 1],
443 0 - (PTR_SIZE_INT) bn_sub_words(c_d, r_d, _nist_p_192[0],
591 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
593 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
600 u.f = bn_sub_words;
603 (int)bn_sub_words(r_d, r_d, _nist_p_224[carry - 1],
620 u.p = ((PTR_SIZE_INT) bn_sub_words & mask) |
833 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
838 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
843 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP)
    [all...]
rsaz_exp.h 56 carry -= bn_sub_words(tmp, r, m, num);
bn_sqr.c 185 bn_sub_words(t, a, &(a[n]), n);
187 bn_sub_words(t, &(a[n]), a, n);
210 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
bn_add.c 150 borrow = bn_sub_words(rp, ap, bp, min);
bn_mul.c 16 * Here follows specialised variants of bn_add_words() and bn_sub_words().
34 c = bn_sub_words(r, a, b, cl);
284 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
439 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
  /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/
s390x.S 310 // BN_ULONG bn_sub_words(BN_ULONG *r2,BN_ULONG *r3,BN_ULONG *r4,int r5);
311 .globl bn_sub_words
312 .type bn_sub_words,@function
314 bn_sub_words: label
362 .size bn_sub_words,.-bn_sub_words
bn-586.pl 28 &bn_sub_words("bn_sub_words");
506 sub bn_sub_words subroutine
  /src/crypto/external/apache2/openssl/lib/libcrypto/arch/powerpc64/
ppc.S 111 .globl bn_sub_words
112 .type bn_sub_words,@function
115 bn_sub_words: label
116 .quad .bn_sub_words,.TOC.@tocbase,0
1426 .bn_sub_words:
  /src/crypto/external/bsd/openssl/dist/crypto/bn/asm/
s390x.S 310 // BN_ULONG bn_sub_words(BN_ULONG *r2,BN_ULONG *r3,BN_ULONG *r4,int r5);
311 .globl bn_sub_words
312 .type bn_sub_words,@function
314 bn_sub_words: label
362 .size bn_sub_words,.-bn_sub_words
bn-586.pl 28 &bn_sub_words("bn_sub_words");
506 sub bn_sub_words subroutine
  /src/crypto/external/bsd/openssl/lib/libcrypto/arch/powerpc64/
ppc.S 111 .globl bn_sub_words
112 .type bn_sub_words,@function
115 bn_sub_words: label
116 .quad .bn_sub_words,.TOC.@tocbase,0
1426 .bn_sub_words:
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
s390x.S 310 // BN_ULONG bn_sub_words(BN_ULONG *r2,BN_ULONG *r3,BN_ULONG *r4,int r5);
311 .globl bn_sub_words
312 .type bn_sub_words,@function
314 bn_sub_words: label
362 .size bn_sub_words,.-bn_sub_words
bn-586.pl 29 &bn_sub_words("bn_sub_words");
507 sub bn_sub_words subroutine
  /src/crypto/external/bsd/openssl.old/lib/libcrypto/arch/powerpc64/
ppc.S 111 .globl bn_sub_words
112 .type bn_sub_words,@function
115 bn_sub_words: label
116 .quad .bn_sub_words,.TOC.@tocbase,0
1426 .bn_sub_words:

Completed in 45 milliseconds

1 2 3 4