Home
last modified time | relevance | path

Searched defs:bn_sub_words (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/crypto/bn/asm/
Dbn-586.pl507 sub bn_sub_words subroutine
Ds390x.S311 .globl bn_sub_words symbol
314 bn_sub_words: label
Dsparcv8plus.S544 .global bn_sub_words symbol
550 bn_sub_words: label
Dsparcv8.S437 .global bn_sub_words symbol
443 bn_sub_words: label
Dx86_64-gcc.c233 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
Dia64.S235 bn_sub_words: label
/third_party/openssl/crypto/bn/
Dbn_asm.c371 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/
Dboringssl_prefix_symbols.h2861 #define bn_sub_words BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_sub_words) macro