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

/external/openssl/crypto/bn/asm/x86/
H A Dadd.pl4 sub bn_add_words subroutine
/external/openssl/crypto/bn/asm/
H A Dbn-586.pl17 &bn_add_words("bn_add_words");
324 sub bn_add_words subroutine
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.S453 .global bn_add_words
455 * BN_ULONG bn_add_words(rp,ap,bp,n)
459 bn_add_words: label
528 .type bn_add_words,#function
529 .size bn_add_words,(.-bn_add_words)
H A Dx86_64-gcc.c182 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.c299 BN_ULONG bn_add_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int n) function
335 BN_ULONG bn_add_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int n) function

Completed in 145 milliseconds