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

/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dx86.pl18 &bn_sqr_words("bn_sqr_words");
H A Dbn-586.pl15 &bn_sqr_words("bn_sqr_words");
256 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.S348 .global bn_sqr_words
350 * void bn_sqr_words(r,a,n)
354 bn_sqr_words: label
432 .type bn_sqr_words,#function
433 .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 Dx86_64-gcc.c164 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) function
H A Dppc.pl172 "bn_sqr_words",
284 # bn_sqr_words
341 .globl .bn_sqr_words
1804 # "bn_sqr_words" i.e. remove the first dot
1809 .bn_sqr_words:
1811 # Optimized version of bn_sqr_words
1813 # void bn_sqr_words(BN_ULONG *r, BN_ULONG *a, int n)
H A Dmips3.s295 LEAF(bn_sqr_words)
379 END(bn_sqr_words)
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/x86/
H A Dsqr.pl4 sub bn_sqr_words subroutine
/freebsd-9.3-release/secure/lib/libcrypto/i386/
H A Dbn-586.s379 .globl bn_sqr_words
380 .type bn_sqr_words,@function
381 bn_sqr_words: label
497 .size bn_sqr_words,.L_bn_sqr_words_end-bn_sqr_words
498 .ident "bn_sqr_words"
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_sqr.c187 bn_sqr_words(tmp, a, n);
H A Dbn_asm.c132 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) function
223 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) function
H A Dbn.h829 void bn_sqr_words(BN_ULONG *rp, const BN_ULONG *ap, int num);

Completed in 192 milliseconds