Searched refs:bn_sqr_words (Results 1 – 12 of 12) sorted by relevance
/third_party/openssl/crypto/bn/asm/ |
D | s390x.S | 191 .globl bn_sqr_words symbol 192 .type bn_sqr_words,@function 194 bn_sqr_words: label 244 .size bn_sqr_words,.-bn_sqr_words
|
D | bn-586.pl | 26 &bn_sqr_words("bn_sqr_words"); 333 sub bn_sqr_words subroutine
|
D | sparcv8plus.S | 361 .global bn_sqr_words symbol 367 bn_sqr_words: label 445 .type bn_sqr_words,#function 446 .size bn_sqr_words,(.-bn_sqr_words)
|
D | sparcv8.S | 246 .global bn_sqr_words symbol 252 bn_sqr_words: label 328 .type bn_sqr_words,#function 329 .size bn_sqr_words,(.-bn_sqr_words)
|
D | ia64.S | 472 .global bn_sqr_words# 473 .proc bn_sqr_words# 476 bn_sqr_words: label 530 .endp bn_sqr_words#
|
D | bn-c64xplus.asm | 29 .asg bn_sqr_words,_bn_sqr_words
|
D | x86_64-gcc.c | 170 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) in bn_sqr_words() function
|
/third_party/openssl/crypto/bn/ |
D | bn_sqr.c | 139 bn_sqr_words(tmp, a, n); in bn_sqr_normal()
|
D | README.pod | 5 bn_mul_words, bn_mul_add_words, bn_sqr_words, bn_div_words, 21 void bn_sqr_words(BN_ULONG *rp, BN_ULONG *ap, int num); 121 bn_sqr_words(B<rp>, B<ap>, B<n>) operates on the B<num> word array
|
D | bn_local.h | 211 void bn_sqr_words(BN_ULONG *rp, const BN_ULONG *ap, int num);
|
D | bn_asm.c | 75 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/ |
D | boringssl_prefix_symbols.h | 2859 #define bn_sqr_words BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, bn_sqr_words) macro
|