Searched defs:bn_sub_words (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/crypto/bn/asm/ |
D | bn-586.pl | 507 sub bn_sub_words subroutine
|
D | s390x.S | 311 .globl bn_sub_words symbol 314 bn_sub_words: label
|
D | sparcv8plus.S | 544 .global bn_sub_words symbol 550 bn_sub_words: label
|
D | sparcv8.S | 437 .global bn_sub_words symbol 443 bn_sub_words: label
|
D | x86_64-gcc.c | 233 BN_ULONG bn_sub_words(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_sub_words() function 261 BN_ULONG bn_sub_words(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b, int n) in bn_sub_words() function
|
D | ia64.S | 235 bn_sub_words: label
|
/third_party/openssl/crypto/bn/ |
D | bn_asm.c | 371 BN_ULONG bn_sub_words(BN_ULONG *r, const BN_ULONG *a, const BN_ULONG *b, in bn_sub_words() function
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 2861 #define bn_sub_words BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_sub_words) macro
|