Home
last modified time | relevance | path

Searched defs:v2 (Results 1 – 6 of 6) sorted by relevance

/openssl/crypto/siphash/
H A Dsiphash.c147 uint64_t v2 = ctx->v2; in SipHash_Update() local
204 uint64_t v2 = ctx->v2; in SipHash_Final() local
/openssl/test/
H A Dverify_extra_test.c111 ASN1_OCTET_STRING *v = NULL, *v2 = NULL; in test_distinguishing_id() local
146 ASN1_OCTET_STRING *v = NULL, *v2 = NULL; in test_req_distinguishing_id() local
/openssl/include/crypto/
H A Dsiphash.h37 uint64_t v2; member
/openssl/ssl/record/methods/
H A Ddtls_meth.c16 static int satsub64be(const unsigned char *v1, const unsigned char *v2) in satsub64be()
/openssl/providers/implementations/kdfs/
H A Dargon2.c97 # define PERMUTATION_P(v0, v1, v2, v3, v4, v5, v6, v7, v8, v9, v10, v11, \ argument
/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

Completed in 29 milliseconds