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

/external/openssl/crypto/bn/asm/x86/
H A Dadd.pl4 sub bn_add_words subroutine
/external/chromium_org/third_party/boringssl/linux-x86/crypto/bn/
H A Dbn-586.S480 .globl bn_add_words
481 .hidden bn_add_words
482 .type bn_add_words,@function
484 bn_add_words: label
662 .size bn_add_words,.-.L_bn_add_words_begin
/external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
H A Dbn-586.pl18 &bn_add_words("bn_add_words");
423 sub bn_add_words subroutine
H A Dx86_64-gcc.c186 BN_ULONG bn_add_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function
/external/openssl/crypto/bn/asm/
H A Dbn-586.S623 .globl bn_add_words
624 .type bn_add_words,@function
626 bn_add_words: label
804 .size bn_add_words,.-.L_bn_add_words_begin
H A Dbn-586.pl18 &bn_add_words("bn_add_words");
423 sub bn_add_words subroutine
H A Dbn-mips.S342 .globl bn_add_words
343 .ent bn_add_words
344 bn_add_words: label
350 .end bn_add_words
H A Dmips.pl517 .globl bn_add_words
518 .ent bn_add_words
519 bn_add_words: label
525 .end bn_add_words
H A Ds390x.S221 // BN_ULONG bn_add_words(BN_ULONG *r2,BN_ULONG *r3,BN_ULONG *r4,int r5);
222 .globl bn_add_words
223 .type bn_add_words,@function
225 bn_add_words: label
273 .size bn_add_words,.-bn_add_words
H A Dia64.S166 // BN_ULONG bn_add_words(BN_ULONG *rp, BN_ULONG *ap, BN_ULONG *bp,int num)
168 .global bn_add_words#
169 .proc bn_add_words#
172 bn_add_words: label
216 .endp bn_add_words#
H A Dsparcv8.S349 .global bn_add_words
351 * BN_ULONG bn_add_words(rp,ap,bp,n)
355 bn_add_words: label
432 .type bn_add_words,#function
433 .size bn_add_words,(.-bn_add_words)
H A Dsparcv8plus.S466 .global bn_add_words
468 * BN_ULONG bn_add_words(rp,ap,bp,n)
472 bn_add_words: label
541 .type bn_add_words,#function
542 .size bn_add_words,(.-bn_add_words)
H A Dx86_64-gcc.c187 BN_ULONG bn_add_words (BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int n) function
H A Dpa-risc2W.s566 ;BN_ULONG bn_add_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n)
577 bn_add_words label
581 .EXPORT bn_add_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
H A Dpa-risc2.s577 ;BN_ULONG bn_add_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n)
588 bn_add_words label
592 .EXPORT bn_add_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN
/external/openssl/crypto/bn/
H A Dbn_asm.c306 BN_ULONG bn_add_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int n) function
341 BN_ULONG bn_add_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int n) function
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dgeneric.c503 BN_ULONG bn_add_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, function
544 BN_ULONG bn_add_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, function

Completed in 1507 milliseconds