Searched refs:bn_sqr_words (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/crypto/bn/ |
D | internal.h | 200 void bn_sqr_words(BN_ULONG *rp, const BN_ULONG *ap, int num);
|
D | generic.c | 284 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) { in bn_sqr_words() function 370 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) { in bn_sqr_words() function
|
D | mul.c | 709 bn_sqr_words(tmp, a, n); in bn_sqr_normal()
|
/external/boringssl/src/crypto/bn/asm/ |
D | bn-586.pl | 16 &bn_sqr_words("bn_sqr_words"); 321 sub bn_sqr_words subroutine
|
D | x86_64-gcc.c | 162 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) { in bn_sqr_words() function
|
/external/boringssl/linux-x86/crypto/bn/ |
D | bn-586.S | 471 .globl bn_sqr_words symbol 472 .hidden bn_sqr_words 473 .type bn_sqr_words,@function 475 bn_sqr_words: label 612 .size bn_sqr_words,.-.L_bn_sqr_words_begin
|