Home
last modified time | relevance | path

Searched refs:k2 (Results 1 – 16 of 16) sorted by relevance

/openssl/util/
H A Dmkinstallvars.pl121 my $k2 = "${k}_REL_${var}";
122 print " \@$k \@$k2\n";
140 my $k2 = "${k}_REL_${var}";
144 print "our \@$k2" . ' ' x (27 - length($k2)) . "= ( '",
145 join("', '", @{$values{$k2}}),
/openssl/crypto/bn/asm/
H A Drsaz-4k-avx512.pl277 kmovb %k2,%r13d
284 kmovb %k2,%r12d
291 kmovb %k2,%r11d
305 kmovb %k2,%r9d
319 kmovb %k2,%r8d
326 kmovb %k2,%edx
333 kmovb %k2,%ecx
340 kmovb %k2,%ebx
347 kmovb %k2,%eax
365 kmovb %r14d,%k2
[all …]
H A Drsaz-3k-avx512.pl260 vpcmpuq \$6,.Lmask52x4(%rip),${_R0h},%k2
262 kmovb %k2,%r13d
269 kmovb %k2,%r12d
276 kmovb %k2,%r11d
283 kmovb %k2,%r10d
296 kmovb %k2,%r8d
303 kmovb %k2,%edx
310 kmovb %k2,%ecx
317 kmovb %k2,%ebx
333 kmovb %r14d,%k2
[all …]
H A Drsaz-2k-avx512.pl246 vpcmpuq \$6, .Lmask52x4(%rip), $_R0h, %k2
251 kmovb %k2, %r13d # k1h
258 vpcmpuq \$0, .Lmask52x4(%rip), $_R0h, %k2
263 kmovb %k2, %r8d # k4h
294 kmovb %r14d, %k2
302 vpsubq .Lmask52x4(%rip), $_R0h, ${_R0h}{%k2}
567 vpcmpq \$0, $cur_idx, $idx2, %k2 # mask of (idx2 == cur_idx)
570 my $mask = $_<5?"%k1":"%k2";
/openssl/include/openssl/
H A Ddes.h61 # define DES_ecb2_encrypt(i,o,k1,k2,e) \ argument
62 DES_ecb3_encrypt((i),(o),(k1),(k2),(k1),(e))
64 # define DES_ede2_cbc_encrypt(i,o,l,k1,k2,iv,e) \ argument
65 DES_ede3_cbc_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(e))
67 # define DES_ede2_cfb64_encrypt(i,o,l,k1,k2,iv,n,e) \ argument
68 DES_ede3_cfb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n),(e))
70 # define DES_ede2_ofb64_encrypt(i,o,l,k1,k2,iv,n) \ argument
71 DES_ede3_ofb64_encrypt((i),(o),(l),(k1),(k2),(k1),(iv),(n))
H A Dec.h928 unsigned int *k2, unsigned int *k3);
/openssl/crypto/cmac/
H A Dcmac.c30 unsigned char k2[EVP_MAX_BLOCK_LENGTH]; member
74 OPENSSL_cleanse(ctx->k2, EVP_MAX_BLOCK_LENGTH); in CMAC_CTX_cleanup()
104 memcpy(out->k2, in->k2, bl); in CMAC_CTX_copy()
161 make_kn(ctx->k2, ctx->k1, bl); in ossl_cmac_init()
270 out[i] = ctx->last_block[i] ^ ctx->k2[i]; in CMAC_Final()
/openssl/crypto/des/
H A Dofb64ede.c25 DES_key_schedule *k1, DES_key_schedule *k2, in DES_ede3_ofb64_encrypt() argument
49 DES_encrypt3(ti, k1, k2, k3); in DES_ede3_ofb64_encrypt()
/openssl/crypto/ec/
H A Dec_asn1.c30 int32_t k2; member
104 ASN1_EMBED(X9_62_PENTANOMIAL, k2, INT32),
272 unsigned int k1, k2, k3; in ec_asn1_group2fieldid()
274 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3)) in ec_asn1_group2fieldid()
285 char_two->p.ppBasis->k2 = (long)k2; in ec_asn1_group2fieldid()
620 (char_two->m > penta->k3 && penta->k3 > penta->k2 in EC_GROUP_new_from_ecparameters()
621 && penta->k2 > penta->k1 && penta->k1 > 0)) { in EC_GROUP_new_from_ecparameters()
631 if (!BN_set_bit(p, (int)penta->k2)) in EC_GROUP_new_from_ecparameters()
H A Dec_lib.c1368 unsigned int *k2, unsigned int *k3) in EC_GROUP_get_pentanomial_basis() argument
1383 if (k2) in EC_GROUP_get_pentanomial_basis()
1384 *k2 = group->poly[2]; in EC_GROUP_get_pentanomial_basis()
/openssl/crypto/sm4/
H A Dsm4.c326 #define SM4_RNDS(k0, k1, k2, k3, F) \ argument
330 B2 ^= F(B0 ^ B1 ^ B3 ^ ks->rk[k2]); \
/openssl/doc/man3/
H A DEC_GROUP_copy.pod63 unsigned int *k2, unsigned int *k3);
187 f(x) = x^m + x^k3 + x^k2 + x^k1 + 1 with m > k3 > k2 > k1 >= 1
192 B<k2> and B<k3> respectively.
/openssl/doc/man7/
H A DEVP_PKEY-EC.pod175 =item "k2" (B<OSSL_PKEY_PARAM_EC_CHAR2_PP_K2>) <integer>
185 I<k1>, I<k2> and I<k3> are used to get the middle bits of a pentanomial such
186 that m > k3 > k2 > k1 > 0
/openssl/crypto/poly1305/asm/
H A Dpoly1305-x86_64.pl2155 kmovw %eax,%k2
2199 vmovdqa64 $R0,0x00(%rsp){%k2} # save in case $len%128 != 0
2202 vmovdqu64 $R1,0x00(%rsp,%rax){%k2}
2205 vmovdqa64 $S1,0x40(%rsp){%k2}
2208 vmovdqu64 $R2,0x40(%rsp,%rax){%k2}
2210 vmovdqa64 $S2,0x80(%rsp){%k2}
2211 vmovdqu64 $R3,0x80(%rsp,%rax){%k2}
2212 vmovdqa64 $S3,0xc0(%rsp){%k2}
2213 vmovdqu64 $R4,0xc0(%rsp,%rax){%k2}
2214 vmovdqa64 $S4,0x100(%rsp){%k2}
/openssl/providers/implementations/keymgmt/
H A Dec_kmgmt.c593 unsigned int k1 = 0, k2 = 0, k3 = 0; in ec_get_ecm_params()
623 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3) in ec_get_ecm_params()
627 OSSL_PKEY_PARAM_EC_CHAR2_PP_K2, (int)k2) in ec_get_ecm_params()
/openssl/test/
H A Dectest.c2517 unsigned int k1 = 0, k2 = 0, k3 = 0; in do_test_custom_explicit_fromdata() local
2540 if (!TEST_true(EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3))) in do_test_custom_explicit_fromdata()
2677 || !TEST_int_eq(k2, i_out) in do_test_custom_explicit_fromdata()

Completed in 117 milliseconds