/external/openssl/crypto/bn/asm/x86/ |
sub.pl | 4 sub bn_sub_words subroutine
|
/external/openssl/crypto/bn/asm/ |
bn-586.pl | 19 &bn_sub_words("bn_sub_words"); 495 sub bn_sub_words subroutine
|
s390x.S | 275 // BN_ULONG bn_sub_words(BN_ULONG *r2,BN_ULONG *r3,BN_ULONG *r4,int r5); 276 .globl bn_sub_words 277 .type bn_sub_words,@function 279 bn_sub_words: label 327 .size bn_sub_words,.-bn_sub_words
|
ia64.S | 219 // BN_ULONG bn_sub_words(BN_ULONG *rp, BN_ULONG *ap, BN_ULONG *bp,int num) 221 .global bn_sub_words# 222 .proc bn_sub_words# 225 bn_sub_words: label 269 .endp bn_sub_words# [all...] |
x86_64-gcc.c | 210 BN_ULONG bn_sub_words (BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp,int n) function 234 BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) function
|
sparcv8.S | 437 .global bn_sub_words 439 * BN_ULONG bn_sub_words(rp,ap,bp,n) 443 bn_sub_words: label 522 .type bn_sub_words,#function 523 .size bn_sub_words,(.-bn_sub_words)
|
sparcv8plus.S | 544 .global bn_sub_words 546 * BN_ULONG bn_sub_words(rp,ap,bp,n) 550 bn_sub_words: label 619 .type bn_sub_words,#function 620 .size bn_sub_words,(.-bn_sub_words) [all...] |
pa-risc2W.s | 640 ;BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) 653 bn_sub_words label 656 .EXPORT bn_sub_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN [all...] |
pa-risc2.s | 651 ;BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) 664 bn_sub_words label 667 .EXPORT bn_sub_words,ENTRY,PRIV_LEV=3,NO_RELOCATION,LONG_RETURN [all...] |
/external/openssl/crypto/bn/ |
bn_asm.c | 393 BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, int n) function 923 c0 = bn_sub_words(rp,tp,np,num); 1012 c0 = bn_sub_words(rp,tp,np,num);
|