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

/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
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.pl26 &bn_sqr_words("bn_sqr_words");
333 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 Dia64.S470 // void bn_sqr_words(BN_ULONG *rp, BN_ULONG *ap, int num)
472 .global bn_sqr_words#
473 .proc bn_sqr_words#
476 bn_sqr_words: label
530 .endp bn_sqr_words#
H A Dppc.pl210 # bn_sqr_words
254 .globl .bn_sqr_words
1737 # "bn_sqr_words" i.e. remove the first dot
1742 .bn_sqr_words:
1744 # Optimized version of bn_sqr_words
1746 # void bn_sqr_words(BN_ULONG *r, BN_ULONG *a, int n)
1775 .size .bn_sqr_words,.-.bn_sqr_words
H A Dbn-c64xplus.asm29 .asg bn_sqr_words,_bn_sqr_words
H A Dmips.pl423 .globl bn_sqr_words
424 .ent bn_sqr_words
425 bn_sqr_words: label
431 .end bn_sqr_words
H A Dx86_64-gcc.c170 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) function
/freebsd-12-stable/crypto/openssl/crypto/bn/
H A Dbn_sqr.c139 bn_sqr_words(tmp, a, n);
H A Dbn_local.h211 void bn_sqr_words(BN_ULONG *rp, const BN_ULONG *ap, int num);
H A Dbn_asm.c75 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) function
168 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) function
/freebsd-12-stable/secure/lib/libcrypto/i386/
H A Dbn-586.S470 .globl bn_sqr_words
471 .type bn_sqr_words,@function
473 bn_sqr_words: label
610 .size bn_sqr_words,.-.L_bn_sqr_words_begin
1994 .globl bn_sqr_words
1995 .type bn_sqr_words,@function
1997 bn_sqr_words: label
2131 .size bn_sqr_words,.-.L_bn_sqr_words_begin

Completed in 167 milliseconds