Home
last modified time | relevance | path

Searched refs:k0 (Results 1 – 6 of 6) sorted by relevance

/openssl-master/crypto/bn/
A Drsaz_exp.c60 BN_ULONG k0)
84 rsaz_1024_mul_avx2(R2, R2, R2, m, k0);
85 rsaz_1024_mul_avx2(R2, R2, two80, m, k0);
88 rsaz_1024_mul_avx2(result, R2, one, m, k0);
90 rsaz_1024_mul_avx2(a_inv, a_inv, R2, m, k0);
282 rsaz_512_mul(a_inv, base, RR, m, k0);
286 rsaz_512_sqr(temp, a_inv, m, k0, 1);
296 rsaz_512_sqr(temp, temp, m, k0, 4);
302 rsaz_512_sqr(temp, temp, m, k0, 4);
305 rsaz_512_sqr(temp, temp, m, k0, 4);
[all …]
A Drsaz_exp_x2.c78 BN_ULONG k0);
84 const BN_ULONG k0[2]);
150 BN_ULONG k0[2] = {0};
213 k0[0] = k0_1;
214 k0[1] = k0_2;
216 exp_x2(rr1_red, base1_red, exp, m1_red, rr1_red, k0);
255 const BN_ULONG k0[2])
271 # define DAMS(r,a,m,k0) \
272 ossl_rsaz_amm52x20_x2_256((r),(a),(a),(m),(k0))
297 DAMM(red_table[0][0], (const BN_ULONG*)red_X, rr, m, k0);
[all …]
A Drsaz_exp.h30 BN_ULONG k0);
35 const BN_ULONG m_norm[8], BN_ULONG k0,
/openssl-master/crypto/siphash/
A Dsiphash.c111 uint64_t k0 = U8TO64_LE(k); in SipHash_Init() local
128 ctx->v0 = 0x736f6d6570736575ULL ^ k0; in SipHash_Init()
130 ctx->v2 = 0x6c7967656e657261ULL ^ k0; in SipHash_Init()
/openssl-master/crypto/sm4/
A Dsm4.c179 #define SM4_RNDS(k0, k1, k2, k3, F) \ argument
181 B0 ^= F(B1 ^ B2 ^ B3 ^ ks->rk[k0]); \
/openssl-master/crypto/bn/asm/
A Drsaz-avx512.pl103 my ($res,$a,$b,$m,$k0) = @_6_args_universal_ABI;
348 &amm52x20_x1(0,8*$idx,$acc0_0,$R0_0,$R0_0h,$R1_0,$R1_0h,$R2_0,$k0);
459 &amm52x20_x1( 0, 0,$acc0_0,$R0_0,$R0_0h,$R1_0,$R1_0h,$R2_0,"($k0)");
461 &amm52x20_x1(20*8,20*8,$acc0_1,$R0_1,$R0_1h,$R1_1,$R1_1h,$R2_1,"8($k0)");

Completed in 13 milliseconds