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

/freebsd-10.1-release/crypto/openssl/crypto/bn/asm/
H A Dx86.pl18 &bn_sqr_words("bn_sqr_words");
H A Ds390x.S155 // void bn_sqr_words(BN_ULONG *r2,BN_ULONG *r2,int r4)
156 .globl bn_sqr_words
157 .type bn_sqr_words,@function
159 bn_sqr_words: label
209 .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 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.c168 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) function
H A Dppc.pl207 # bn_sqr_words
251 .globl .bn_sqr_words
1726 # "bn_sqr_words" i.e. remove the first dot
1731 .bn_sqr_words:
1733 # Optimized version of bn_sqr_words
1735 # void bn_sqr_words(BN_ULONG *r, BN_ULONG *a, int n)
/freebsd-10.1-release/crypto/openssl/crypto/bn/asm/x86/
H A Dsqr.pl4 sub bn_sqr_words subroutine
/freebsd-10.1-release/crypto/openssl/crypto/bn/
H A Dbn_sqr.c187 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.h869 void bn_sqr_words(BN_ULONG *rp, const BN_ULONG *ap, int num);
/freebsd-10.1-release/secure/lib/libcrypto/i386/
H A Dbn-586.s463 .globl bn_sqr_words
464 .type bn_sqr_words,@function
466 bn_sqr_words: label
600 .size bn_sqr_words,.-.L_bn_sqr_words_begin
/freebsd-10.1-release/secure/lib/libcrypto/
H A DMakefile.man704 MLINKS+= bn_internal.3 bn_sqr_words.3

Completed in 196 milliseconds