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

  /external/openssl/crypto/bn/asm/x86/
sqr.pl 4 sub bn_sqr_words subroutine
  /external/openssl/crypto/bn/asm/
bn-586.pl 16 &bn_sqr_words("bn_sqr_words");
321 sub bn_sqr_words subroutine
bn-mips.s 251 .globl bn_sqr_words
252 .ent bn_sqr_words
253 bn_sqr_words: label
259 .end bn_sqr_words
    [all...]
mips.pl 402 .globl bn_sqr_words
403 .ent bn_sqr_words
404 bn_sqr_words: label
410 .end bn_sqr_words
    [all...]
s390x.S 155 // 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
ia64.S 460 // 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#
    [all...]
x86_64-gcc.c 156 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) function
sparcv8.S 246 .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)
sparcv8plus.S 361 .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)
    [all...]
pa-risc2W.s 441 ;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
    [all...]
pa-risc2.s 452 ;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
    [all...]
  /external/openssl/crypto/bn/
bn_asm.c 122 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

Completed in 2148 milliseconds