/external/boringssl/linux-x86/crypto/bn/ |
bn-586.S | 808 .globl bn_sub_words 809 .hidden bn_sub_words 810 .type bn_sub_words,@function 812 bn_sub_words: label 990 .size bn_sub_words,.-.L_bn_sub_words_begin
|
/external/boringssl/src/crypto/bn/asm/ |
bn-586.pl | 19 &bn_sub_words("bn_sub_words"); 495 sub bn_sub_words subroutine
|
x86_64-gcc.c | 224 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, function 252 BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) { function
|
/external/boringssl/src/crypto/bn/ |
generic.c | 568 BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, function
|