Searched refs:bn_sqr_words (Results 1 – 11 of 11) sorted by relevance
/openssl/crypto/bn/asm/ |
H A D | s390x.S | 191 .globl bn_sqr_words 192 .type bn_sqr_words,@function 194 bn_sqr_words: label 244 .size bn_sqr_words,.-bn_sqr_words
|
H A D | bn-586.pl | 25 &bn_sqr_words("bn_sqr_words"); 332 sub bn_sqr_words subroutine
|
H A D | sparcv8.S | 246 .global bn_sqr_words 252 bn_sqr_words: label 328 .type bn_sqr_words,#function 329 .size bn_sqr_words,(.-bn_sqr_words)
|
H A D | sparcv8plus.S | 361 .global bn_sqr_words 367 bn_sqr_words: label 445 .type bn_sqr_words,#function 446 .size bn_sqr_words,(.-bn_sqr_words)
|
H A D | bn-c64xplus.asm | 28 .asg bn_sqr_words,_bn_sqr_words
|
H A D | ia64.S | 471 .global bn_sqr_words# 472 .proc bn_sqr_words# 475 bn_sqr_words: label 529 .endp bn_sqr_words#
|
H A D | x86_64-gcc.c | 169 void bn_sqr_words(BN_ULONG *r, const BN_ULONG *a, int n) in bn_sqr_words() function
|
/openssl/crypto/bn/ |
H A D | bn_sqr.c | 139 bn_sqr_words(tmp, a, n); in bn_sqr_normal()
|
H A 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
|
H A D | bn_local.h | 238 void bn_sqr_words(BN_ULONG *rp, const BN_ULONG *ap, int num);
|
H A 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
|
Completed in 43 milliseconds