Searched refs:bn_sqr_words (Results 1 – 6 of 6) sorted by relevance
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | internal.h | 217 void bn_sqr_words(BN_ULONG *rp, const BN_ULONG *ap, int num); in OPENSSL_MSVC_PRAGMA()
|
D | mul.c | 692 bn_sqr_words(tmp, a, n); in bn_sqr_normal()
|
D | generic.c | 182 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) { in bn_sqr_words() function
|
/external/boringssl/src/crypto/fipsmodule/bn/asm/ |
D | bn-586.pl | 19 &bn_sqr_words("bn_sqr_words"); 326 sub bn_sqr_words subroutine
|
D | x86_64-gcc.c | 163 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) { in bn_sqr_words() function
|
/external/boringssl/linux-x86/crypto/fipsmodule/ |
D | bn-586.S | 470 .globl bn_sqr_words symbol 471 .hidden bn_sqr_words 472 .type bn_sqr_words,@function 474 bn_sqr_words: label 611 .size bn_sqr_words,.-.L_bn_sqr_words_begin
|