Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/asm/
Dbn-586.pl333 sub bn_sqr_words subroutine
Ds390x.S191 .globl bn_sqr_words symbol
194 bn_sqr_words: label
Dsparcv8plus.S361 .global bn_sqr_words symbol
367 bn_sqr_words: label
Dsparcv8.S246 .global bn_sqr_words symbol
252 bn_sqr_words: label
Dia64.S476 bn_sqr_words: label
Dx86_64-gcc.c170 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) in bn_sqr_words() function
/third_party/openssl/crypto/bn/
Dbn_asm.c75 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) in bn_sqr_words() function
168 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) in bn_sqr_words() function
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h2859 #define bn_sqr_words BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_sqr_words) macro