Searched refs:bn_sqr_words (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86.pl18 &bn_sqr_words("bn_sqr_words");
H A Ds390x.S190 // void bn_sqr_words(BN_ULONG *r2,BN_ULONG *r2,int r4)
191 .globl bn_sqr_words
192 .type bn_sqr_words,@function
194 bn_sqr_words: label
244 .size bn_sqr_words,.-bn_sqr_words
H A Dbn-586.pl16 &bn_sqr_words("bn_sqr_words");
321 sub bn_sqr_words subroutine
H A Dsparcv8.S246 .global bn_sqr_words
248 * void bn_sqr_words(r,a,n)
252 bn_sqr_words: label
328 .type bn_sqr_words,#function
329 .size bn_sqr_words,(.-bn_sqr_words)
H A Dsparcv8plus.S361 .global bn_sqr_words
363 * void bn_sqr_words(r,a,n)
367 bn_sqr_words: label
445 .type bn_sqr_words,#function
446 .size bn_sqr_words,(.-bn_sqr_words)
H A Dpa-risc2.s452 ;void bn_sqr_words(BN_ULONG *rp, BN_ULONG *ap, int num)
459 bn_sqr_words label
462 .EXPORT bn_sqr_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
H A Dpa-risc2W.s441 ;void bn_sqr_words(BN_ULONG *rp, BN_ULONG *ap, int num)
448 bn_sqr_words label
451 .EXPORT bn_sqr_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
H A Dia64.S460 // void bn_sqr_words(BN_ULONG *rp, BN_ULONG *ap, int num)
462 .global bn_sqr_words#
463 .proc bn_sqr_words#
466 bn_sqr_words: label
520 .endp bn_sqr_words#
H A Dppc.pl207 # bn_sqr_words
251 .globl .bn_sqr_words
1733 # "bn_sqr_words" i.e. remove the first dot
1738 .bn_sqr_words:
1740 # Optimized version of bn_sqr_words
1742 # void bn_sqr_words(BN_ULONG *r, BN_ULONG *a, int n)
1771 .size .bn_sqr_words,.-.bn_sqr_words
H A Dmips.pl400 .globl bn_sqr_words
401 .ent bn_sqr_words
402 bn_sqr_words: label
408 .end bn_sqr_words
H A Dx86_64-gcc.c161 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) function
H A Dmips3.s295 LEAF(bn_sqr_words)
379 END(bn_sqr_words)
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/x86/
H A Dsqr.pl4 sub bn_sqr_words subroutine
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_sqr.c192 bn_sqr_words(tmp, a, n);
H A Dbn_asm.c129 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) function
222 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) function
H A Dbn.h917 void bn_sqr_words(BN_ULONG *rp, const BN_ULONG *ap, int num);
/freebsd-11-stable/secure/lib/libcrypto/i386/
H A Dbn-586.S471 .globl bn_sqr_words
472 .type bn_sqr_words,@function
474 bn_sqr_words: label
611 .size bn_sqr_words,.-.L_bn_sqr_words_begin
1996 .globl bn_sqr_words
1997 .type bn_sqr_words,@function
1999 bn_sqr_words: label
2133 .size bn_sqr_words,.-.L_bn_sqr_words_begin
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man985 MLINKS+= bn_internal.3 bn_sqr_words.3

Completed in 200 milliseconds