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

/external/openssl/crypto/bn/asm/x86/
H A Dsqr.pl4 sub bn_sqr_words subroutine
/external/chromium_org/third_party/boringssl/linux-x86/crypto/bn/
H A Dbn-586.S348 .globl bn_sqr_words
349 .hidden bn_sqr_words
350 .type bn_sqr_words,@function
352 bn_sqr_words: label
467 .size bn_sqr_words,.-.L_bn_sqr_words_begin
/external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
H A Dbn-586.pl16 &bn_sqr_words("bn_sqr_words");
321 sub bn_sqr_words subroutine
H A Dx86_64-gcc.c154 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) { function
/external/openssl/crypto/bn/asm/
H A Dbn-586.S470 .globl bn_sqr_words
471 .type bn_sqr_words,@function
473 bn_sqr_words: label
611 .size bn_sqr_words,.-.L_bn_sqr_words_begin
H A Dbn-586.pl16 &bn_sqr_words("bn_sqr_words");
321 sub bn_sqr_words subroutine
H A Dbn-mips.S249 .globl bn_sqr_words
250 .ent bn_sqr_words
251 bn_sqr_words: label
257 .end 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 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 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 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 Dx86_64-gcc.c156 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) function
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 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
/external/openssl/crypto/bn/
H A Dbn_asm.c122 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) function
204 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) function
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dgeneric.c311 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) { function
397 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) { function

Completed in 2229 milliseconds