HomeSort by relevance Sort by last modified time
    Searched defs:bn_add_words (Results 1 - 12 of 12) sorted by null

  /external/openssl/crypto/bn/asm/x86/
add.pl 4 sub bn_add_words subroutine
  /external/openssl/crypto/bn/asm/
bn-586.pl 18 &bn_add_words("bn_add_words");
423 sub bn_add_words subroutine
bn-mips.s 345 .globl bn_add_words
346 .ent bn_add_words
347 bn_add_words: label
353 .end bn_add_words
    [all...]
mips.pl 520 .globl bn_add_words
521 .ent bn_add_words
522 bn_add_words: label
528 .end bn_add_words
    [all...]
s390x.S 221 // 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
ia64.S 166 // 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#
    [all...]
x86_64-gcc.c 187 BN_ULONG bn_add_words (BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int n) function
sparcv8.S 349 .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)
sparcv8plus.S 466 .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)
    [all...]
pa-risc2W.s 566 ;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
    [all...]
pa-risc2.s 577 ;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
    [all...]
  /external/openssl/crypto/bn/
bn_asm.c 306 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

Completed in 57 milliseconds