HomeSort by relevance Sort by last modified time
    Searched refs:bn_add_words (Results 26 - 46 of 46) sorted by null

12

  /external/openssl/crypto/bn/asm/
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-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...]
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...]
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...]
mips.pl 520 .globl bn_add_words
521 .ent bn_add_words
522 bn_add_words: label
528 .end 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
ppc.pl 205 # bn_add_words
249 .globl .bn_add_words
    [all...]
mips3.s 382 LEAF(bn_add_words)
479 END(bn_add_words)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
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...]
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...]
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...]
mips.pl 520 .globl bn_add_words
521 .ent bn_add_words
522 bn_add_words: label
528 .end 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
ppc.pl 205 # bn_add_words
249 .globl .bn_add_words
    [all...]
mips3.s 382 LEAF(bn_add_words)
479 END(bn_add_words)
    [all...]
  /external/chromium_org/third_party/openssl/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
bn.h     [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
bn.h     [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
bn.h     [all...]
  /external/openssl/include/openssl/
bn.h     [all...]

Completed in 2598 milliseconds

12