Searched refs:bn_sub_words (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dx86.pl21 &bn_sub_words("bn_sub_words");
H A Dbn-586.pl18 &bn_sub_words("bn_sub_words");
396 sub bn_sub_words subroutine
H A Dx86_64-gcc.c224 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function
249 BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) function
H A Dsparcv8.S437 .global bn_sub_words
439 * BN_ULONG bn_sub_words(rp,ap,bp,n)
443 bn_sub_words: label
522 .type bn_sub_words,#function
523 .size bn_sub_words,(.-bn_sub_words)
H A Dsparcv8plus.S531 .global bn_sub_words
533 * BN_ULONG bn_sub_words(rp,ap,bp,n)
537 bn_sub_words: label
606 .type bn_sub_words,#function
607 .size bn_sub_words,(.-bn_sub_words)
H A Dpa-risc2.s651 ;BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n)
664 bn_sub_words label
667 .EXPORT bn_sub_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
H A Dpa-risc2W.s640 ;BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n)
653 bn_sub_words label
656 .EXPORT bn_sub_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
H A Dia64.S219 // BN_ULONG bn_sub_words(BN_ULONG *rp, BN_ULONG *ap, BN_ULONG *bp,int num)
221 .global bn_sub_words#
222 .proc bn_sub_words#
225 bn_sub_words: label
269 .endp bn_sub_words#
H A Dppc.pl169 "bn_sub_words",
281 # bn_sub_words
338 .globl .bn_sub_words
1599 # "bn_sub_words" i.e. remove the first dot
1605 .bn_sub_words:
1607 # Handcoded version of bn_sub_words
1609 #BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n)
H A Dmips3.s482 LEAF(bn_sub_words)
573 END(bn_sub_words)
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_nist.c406 (int)bn_sub_words(r_d, r_d, _nist_p_192[carry - 1],
418 0 - (size_t)bn_sub_words(c_d, r_d, _nist_p_192[0], BN_NIST_192_TOP);
499 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
501 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_224_TOP);
506 u.f = bn_sub_words;
509 (int)bn_sub_words(r_d, r_d, _nist_p_224[carry - 1],
526 u.p = ((size_t)bn_sub_words & mask) | ((size_t)bn_add_words & ~mask);
633 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
638 carry -= (int)bn_sub_words(r_d, r_d, t_d, BN_NIST_256_TOP);
643 carry -= (int)bn_sub_words(r_
[all...]
H A Dbn_mul.c71 * Here follows specialised variants of bn_add_words() and bn_sub_words().
89 c = bn_sub_words(r, a, b, cl);
539 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
701 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
787 bn_sub_words(&(r[0]), &(a[n]), &(a[0]), n);
788 bn_sub_words(&(r[n]), &(b[0]), &(b[n]), n);
794 bn_sub_words(&(r[0]), &(a[n]), &(a[0]), n);
795 bn_sub_words(&(r[n]), &(b[n]), &(b[0]), n);
804 bn_sub_words(&(r[0]), &(a[0]), &(a[n]), n);
805 bn_sub_words(
[all...]
H A Dbn_sqr.c236 bn_sub_words(t, a, &(a[n]), n);
238 bn_sub_words(t, &(a[n]), a, n);
261 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
H A Dbn_div.c299 bn_sub_words(wnum.d, wnum.d, sdiv->d, div_n);
409 * with bn_sub_words
411 if (bn_sub_words(wnum.d, wnum.d, tmp->d, div_n + 1)) {
651 * with bn_sub_words
653 if (bn_sub_words(wnum.d, wnum.d, tmp->d, div_n + 1)) {
H A Dbn_add.c212 carry = bn_sub_words(rp, ap, bp, min);
H A Dbn_mont.c290 v = bn_sub_words(rp, ap, np, ri);
463 v = bn_sub_words(rp, ap, np, ri);
H A Dbn.h833 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,
H A Dbn_asm.c425 BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, function
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/x86/
H A Dsub.pl4 sub bn_sub_words subroutine
/freebsd-9.3-release/secure/lib/libcrypto/i386/
H A Dbn-586.s708 .globl bn_sub_words
709 .type bn_sub_words,@function
710 bn_sub_words: label
889 .size bn_sub_words,.L_bn_sub_words_end-bn_sub_words
890 .ident "bn_sub_words"

Completed in 126 milliseconds