Searched refs:bn_mul_comba4 (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/crypto/openssl/crypto/bn/ |
| D | bn_mul.c | 186 bn_mul_comba4(r, a, b); in bn_mul_recursive() 247 bn_mul_comba4(&(t[n2]), t, &(t[n])); in bn_mul_recursive() 251 bn_mul_comba4(r, a, b); in bn_mul_recursive() 252 bn_mul_comba4(&(r[n2]), &(a[n]), &(b[n])); in bn_mul_recursive() 369 bn_mul_comba4(&(t[n2]), t, &(t[n])); in bn_mul_part_recursive() 370 bn_mul_comba4(r, a, b); in bn_mul_part_recursive() 550 bn_mul_comba4(rr->d, a->d, b->d); in bn_mul_fixed_top()
|
| D | README.pod | 6 bn_add_words, bn_sub_words, bn_mul_comba4, bn_mul_comba8, 28 void bn_mul_comba4(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b); 137 bn_mul_comba4(B<r>, B<a>, B<b>) operates on the 4 word arrays B<a> and
|
| D | bn_asm.c | 436 # undef bn_mul_comba4 694 void bn_mul_comba4(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) in bn_mul_comba4() function 977 void bn_mul_comba4(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) in bn_mul_comba4() function
|
| D | bn_local.h | 654 void bn_mul_comba4(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b);
|
| /freebsd-12-stable/crypto/openssl/crypto/bn/asm/ |
| D | s390x.S | 502 .globl bn_mul_comba4 503 .type bn_mul_comba4,@function 505 bn_mul_comba4: label 552 .size bn_mul_comba4,.-bn_mul_comba4
|
| D | sparcv8.S | 938 .global bn_mul_comba4 943 bn_mul_comba4: label 1047 .type bn_mul_comba4,#function 1048 .size bn_mul_comba4,(.-bn_mul_comba4)
|
| D | sparcv8plus.S | 1022 .global bn_mul_comba4 1027 bn_mul_comba4: label 1133 .type bn_mul_comba4,#function 1134 .size bn_mul_comba4,(.-bn_mul_comba4)
|
| D | ia64.S | 1212 .global bn_mul_comba4# 1213 .proc bn_mul_comba4# 1215 bn_mul_comba4: label 1382 .endp bn_mul_comba4#
|
| D | bn-c64xplus.asm | 36 .asg bn_mul_comba4,_bn_mul_comba4
|
| D | x86_64-gcc.c | 497 void bn_mul_comba4(BN_ULONG *r, BN_ULONG *a, BN_ULONG *b) in bn_mul_comba4() function
|
| /freebsd-12-stable/secure/lib/libcrypto/i386/ |
| D | co-586.S | 549 .globl bn_mul_comba4 550 .type bn_mul_comba4,@function 552 bn_mul_comba4: label 716 .size bn_mul_comba4,.-.L_bn_mul_comba4_begin 1803 .globl bn_mul_comba4 1804 .type bn_mul_comba4,@function 1806 bn_mul_comba4: label 1970 .size bn_mul_comba4,.-.L_bn_mul_comba4_begin
|
| /freebsd-12-stable/ |
| D | ObsoleteFiles.inc | 3121 OLD_FILES+=usr/share/openssl/man/man3/bn_mul_comba4.3.gz
|