Home
last modified time | relevance | path

Searched refs:variant (Results 1 – 25 of 28) sorted by relevance

12

/openssl/providers/implementations/digests/
H A Dblake2_prov.c27 return known_blake##variant##_ctx_params; \
33 return known_blake##variant##_ctx_params; \
38 struct blake##variant##_md_data_st *mdctx = vctx; \
61 struct blake##variant##_md_data_st *mdctx = vctx; \
89 struct blake##variant##_md_data_st *mdctx = ctx; \
113 struct blake##variant##_md_data_st *ctx; \
121 struct blake##variant##_md_data_st *ctx; \
129 struct blake##variant##_md_data_st *in, *ret; \
131 in = (struct blake##variant##_md_data_st *)ctx; \
141 struct blake##variant##_md_data_st *b_ctx; \
[all …]
/openssl/test/recipes/
H A D20-test_enc.t55 my %variant = ("$c" => [],
58 foreach my $t (sort keys %variant) {
61 my @e = ( "$c", "-bufsize", "113", @{$variant{$t}}, "-e", "-k", "test" );
62 my @d = ( "$c", "-bufsize", "157", @{$variant{$t}}, "-d", "-k", "test" );
66 @e = ( "enc", @{$variant{$t}}, "-e" );
67 @d = ( "enc", @{$variant{$t}}, "-d" );
/openssl/test/
H A Dbio_base64_test.c371 int variant; in test_bio_base64_generated() local
377 variant = quotrem(q, NVARPAD, &q); in test_bio_base64_generated()
378 padcase = quotrem(variant, NPAD, &variant); in test_bio_base64_generated()
387 t.prefix = prefixes[variant]; in test_bio_base64_generated()
395 t.suffix = suffixes[variant]; in test_bio_base64_generated()
/openssl/include/openssl/
H A Dopensslv.h.in71 * "MAJOR.MINOR.PATCH" variant (where MAJOR, MINOR and PATCH are replaced
73 * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
H A Dasn1t.h.in693 * ASN1_OP_PRINT_POST, meanwhile a variant of the callback with const parameter
695 * and only if this variant is in use the flag ASN1_AFLG_CONST_CB must be set.
/openssl/doc/HOWTO/
H A Dkeys.txt26 With this variant, you will be prompted for a protecting password. If
55 With this variant, you will be prompted for a protecting password. If
81 With this variant, you will be prompted for a password to protect your key.
/openssl/doc/man1/
H A Dopenssl-passwd.pod.in49 Use the B<apr1> algorithm (Apache variant of the BSD algorithm).
53 Use the B<AIX MD5> algorithm (AIX variant of the BSD algorithm).
/openssl/doc/man3/
H A DSSL_CTX_flush_sessions.pod24 SSL_CTX_flush_sessions() is an older variant of the function that is not
H A DERR_error_string.pod32 ERR_error_string_n() is a variant of ERR_error_string() that writes
H A DBN_mod_exp_mont.pod34 (C<rr=a^p % m>) using Montgomery multiplication. It is a variant of
H A DSSL_get_client_random.pod70 in case of the unlikely event that a future version or variant of TLS
H A DSHA256_Init.pod77 The buffer B<md> must have space for the output from the SHA variant being used
H A DOSSL_CMP_ITAV_new_caCerts.pod102 OSSL_CMP_CRLSTATUS_create() is a high-level variant of OSSL_CMP_CRLSTATUS_new1().
H A DEVP_EncryptInit.pod816 The NIST variant of cipher text stealing.
829 The Kerberos5 variant of cipher text stealing which always swaps the last
1068 The GB/T 17964-2021 variant of SM4-XTS algorithm.
1072 The IEEE Std. 1619-2007 variant of SM4-XTS algorithm.
/openssl/doc/man7/
H A Dprovider-storemgmt.pod132 OSSL_FUNC_store_open_ex() is an extended variant of OSSL_FUNC_store_open(). If
135 This variant additionally accepts an L<OSSL_PARAM(3)> object and a I<pw_cb>
H A Dprovider-object.pod171 receives this will use the most optimal variant.
H A Dpassphrase-encoding.pod59 OpenSSL versions older than 1.1.0 do variant 2 only, and that is the reason why
H A DEVP_PKEY-EC.pod79 if the value is zero. The cofactor variant multiplies the shared secret by the
/openssl/Configurations/
H A DREADME.md129 shlib_variant => A "variant" identifier inserted between the base
134 installed on the system. The variant identifier
144 symbol versions associated with the variant library
148 letters in the "variant" identifier to uppercase
202 32-bit and a 64-bit variant), this is used
208 (typically a 32-bit and a 64-bit variant),
H A DREADME-design.md138 properly. `ossltest` is explicitly linked with the static variant of
/openssl/doc/designs/quic-design/
H A Dqlog.md32 The output format is always the JSON-SEQ qlog variant. This has the advantage
H A Dquic-requirements.md21 will introduce another variant and there may be more over time. The OMC requires
H A Drecord-layer.md46 will introduce another variant and there may be more over time. The OMC
/openssl/doc/designs/ddd/
H A DREPORT.md92 mode (see the variant ddd-02-conn-nonblocking-threads below).
135 This is a variant of the ddd-02-conn-nonblocking demo. The base is the same, but
/openssl/test/recipes/10-test_bn_data/
H A Dbnmod.txt2478 # "almost" reduction variant from https://eprint.iacr.org/2011/239

Completed in 68 milliseconds

12