Home
last modified time | relevance | path

Searched refs:v2 (Results 1 – 25 of 36) sorted by relevance

12

/openssl/crypto/siphash/
H A Dsiphash.c56 v2 += v3; \
58 v3 ^= v2; \
65 v2 = ROTL(v2, 32); \
130 ctx->v2 = 0x6c7967656e657261ULL ^ k0; in SipHash_Init()
147 uint64_t v2 = ctx->v2; in SipHash_Update() local
193 ctx->v2 = v2; in SipHash_Update()
204 uint64_t v2 = ctx->v2; in SipHash_Final() local
240 v2 ^= 0xee; in SipHash_Final()
242 v2 ^= 0xff; in SipHash_Final()
245 b = v0 ^ v1 ^ v2 ^ v3; in SipHash_Final()
[all …]
/openssl/util/
H A Dmkinstallvars.pl78 my $v2 = $values{$k} || [ '.' ];
81 (scalar @$v2 > 1 ? "[ " . join(", ", @$v2) . " ]" : $v2->[0]),
83 foreach my $v (@$v2) {
/openssl/dev/release-aux/
H A Dfixup-NEWS.md-postrelease.pl16 my $v2 = $PREV_RELEASE_TEXT || $2;
21 ### Major changes between OpenSSL $v2 and OpenSSL $RELEASE_TEXT [under development]
25 ### Major changes between OpenSSL $v1 and OpenSSL $v2 [$PREV_RELEASE_DATE]
H A Dfixup-CHANGES.md-postrelease.pl16 my $v2 = $PREV_RELEASE_TEXT || $2;
21 ### Changes between $v2 and $RELEASE_TEXT [xx XXX xxxx]
25 ### Changes between $v1 and $v2 [$PREV_RELEASE_DATE]
/openssl/test/
H A Dverify_extra_test.c111 ASN1_OCTET_STRING *v = NULL, *v2 = NULL; in test_distinguishing_id() local
130 v2 = X509_get0_distinguishing_id(x); in test_distinguishing_id()
131 if (!TEST_ptr(v2) in test_distinguishing_id()
132 || !TEST_int_eq(ASN1_OCTET_STRING_cmp(v, v2), 0)) in test_distinguishing_id()
146 ASN1_OCTET_STRING *v = NULL, *v2 = NULL; in test_req_distinguishing_id() local
169 v2 = X509_REQ_get0_distinguishing_id(x); in test_req_distinguishing_id()
170 if (!TEST_ptr(v2) in test_req_distinguishing_id()
171 || !TEST_int_eq(ASN1_OCTET_STRING_cmp(v, v2), 0)) in test_req_distinguishing_id()
/openssl/crypto/aes/asm/
H A Dbsaes-armv8.pl1081 eor v2.16b, v2.16b, v4.16b
1136 eor v2.16b, v2.16b, v10.16b
1161 eor v2.16b, v2.16b, v9.16b
1328 add v6.4s, v2.4s, v14.4s
1356 eor v2.16b, v2.16b, v6.16b
1399 eor v2.16b, v2.16b, v22.16b
1551 and v2.16b, v2.16b, v8.16b
1554 ext v4.16b, v2.16b, v2.16b, #8
1679 eor v2.16b, v2.16b, v13.16b
1777 eor v2.16b, v2.16b, v13.16b
[all …]
/openssl/doc/man1/
H A Dopenssl-pkcs8.pod.in23 [B<-v2> I<alg>]
38 format with a variety of PKCS#5 (v1.5 and v2.0) and PKCS#12 algorithms.
118 =item B<-v2> I<alg>
120 This option sets the PKCS#5 v2.0 algorithm.
139 If not specified PKCS#5 v2.0 form is used.
146 B<-scrypt_p> and B<-v2> options.
175 Private keys encrypted using PKCS#5 v2.0 algorithms and high iteration
222 Convert a private key to PKCS#5 v2.0 format using triple DES:
224 openssl pkcs8 -in key.pem -topk8 -v2 des3 -out enckey.pem
256 Test vectors from this PKCS#5 v2.0 implementation were posted to the
[all …]
/openssl/crypto/perlasm/
H A Ds390x.pm2689 my ($opcode,$v1,$v2,$v3,$i4,$m5)=(shift,get_V(shift),get_V(shift),
2695 $out.=sprintf("%#06x",($m5<<12|RXB($v1,$v2,$v3)<<8|$opcode&0xff));
2710 $out.=sprintf("%#06x",($m4<<12|RXB($v1,$v2)<<8|$opcode&0xff));
2785 $out.=sprintf("%#06x",($m3<<12|RXB($v1,$v2)<<8|$opcode&0xff));
2883 my ($opcode,$v1,$v2,$m3)=(shift,get_V(shift),get_V(shift),
2888 $out.=sprintf("%#06x",(($v2&0xf)<<12|$m3<<4)).",";
2889 $out.=sprintf("%#06x",(RXB(0,$v1,$v2)<<8|$opcode&0xff));
2898 my ($opcode,$r1,$v2,$m3)=(shift,get_R(shift),get_V(shift),
2902 $out.=sprintf("%#06x",($opcode&0xff00|$r1<<4|($v2&0xf))).",";
2904 $out.=sprintf("%#06x",(RXB(0,$v2)<<8|$opcode&0xff));
[all …]
/openssl/test/recipes/15-test_dsaparam_data/invalid/
H A Dp2048_q256_bad_q.pem8 H57M3PwkTsq+v2/dAoIBADKkGYUe9qsp4mqxkBKaEdpcjmjfLrvtE+3ikipPPGHh
/openssl/include/crypto/
H A Dsiphash.h37 uint64_t v2; member
/openssl/doc/man3/
H A DRSA_padding_add_PKCS1_type_1.pod81 PKCS #1 v2.0 EMSA-PKCS1-v1_5 (PKCS #1 v1.5 block type 1); used for signatures
85 PKCS #1 v2.0 EME-PKCS1-v1_5 (PKCS #1 v1.5 block type 2)
89 PKCS #1 v2.0 EME-OAEP
H A DRSA_public_encrypt.pod44 EME-OAEP as defined in PKCS #1 v2.0 with SHA-1, MGF1 and an empty
111 SSL, PKCS #1 v2.0
H A Dd2i_PKCS8PrivateKey_bio.pod35 PKCS#5 v1.5 and PKCS#5 v2.0 password based encryption algorithms.
H A DRSA_sign.pod56 SSL, PKCS #1 v2.0
H A DEVP_BytesToKey.pod40 defined in PKCS#5v2.1 and provided by PKCS5_PBKDF2_HMAC.
H A DPEM_read.pod110 v2.0 PBE.
H A DSSL_CTX_set_mode.pod93 This flag has no effect on SSL v2 connections, or on DTLS connections.
H A DOSSL_trace_set_channel.pod168 Traces PKCS#5 v2 key generation.
/openssl/ssl/
H A Dssl_local.h55 # define DTLS_VERSION_GT(v1, v2) (dtls_ver_ordinal(v1) < dtls_ver_ordinal(v2)) argument
56 # define DTLS_VERSION_GE(v1, v2) (dtls_ver_ordinal(v1) <= dtls_ver_ordinal(v2)) argument
57 # define DTLS_VERSION_LT(v1, v2) (dtls_ver_ordinal(v1) > dtls_ver_ordinal(v2)) argument
58 # define DTLS_VERSION_LE(v1, v2) (dtls_ver_ordinal(v1) >= dtls_ver_ordinal(v2)) argument
/openssl/.github/workflows/
H A Dcoveralls.yml85 uses: coverallsapp/github-action@v2.3.0
/openssl/ssl/record/methods/
H A Ddtls_meth.c16 static int satsub64be(const unsigned char *v1, const unsigned char *v2) in satsub64be() argument
22 n2l8(v2, l2); in satsub64be()
/openssl/doc/man7/
H A Dossl-guide-introduction.pod20 Apache v2 license.
/openssl/providers/implementations/kdfs/
H A Dargon2.c97 # define PERMUTATION_P(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, \ argument
102 G(v2, v6, v10, v14); \
106 G(v2, v7, v8, v13); \
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_rsa.txt283 # ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-1/pkcs-1v2-1-vec.zip
/openssl/include/openssl/
H A Dcmp.h.in41 # define OSSL_CMP_PVNO OSSL_CMP_PVNO_2 /* v2 is the default */

Completed in 61 milliseconds

12