Searched refs:variant (Results 1 – 25 of 29) sorted by relevance
12
/openssl/providers/implementations/digests/ |
H A D | blake2_prov.c | 27 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 D | 20-test_enc.t | 55 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 D | bio_base64_test.c | 371 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 D | opensslv.h.in | 71 * "MAJOR.MINOR.PATCH" variant (where MAJOR, MINOR and PATCH are replaced 73 * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
H A D | asn1t.h.in | 693 * 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 D | keys.txt | 26 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 D | openssl-passwd.pod.in | 49 Use the B<apr1> algorithm (Apache variant of the BSD algorithm). 53 Use the B<AIX MD5> algorithm (AIX variant of the BSD algorithm).
|
H A D | openssl-pkeyutl.pod.in | 93 At this time, HashEdDSA (the ph or "prehash" variant of EdDSA) is not supported,
|
/openssl/doc/man3/ |
H A D | SSL_CTX_flush_sessions.pod | 24 SSL_CTX_flush_sessions() is an older variant of the function that is not
|
H A D | ERR_error_string.pod | 32 ERR_error_string_n() is a variant of ERR_error_string() that writes
|
H A D | BN_mod_exp_mont.pod | 34 (C<rr=a^p % m>) using Montgomery multiplication. It is a variant of
|
H A D | SSL_get_client_random.pod | 70 in case of the unlikely event that a future version or variant of TLS
|
H A D | SHA256_Init.pod | 77 The buffer B<md> must have space for the output from the SHA variant being used
|
H A D | OSSL_CMP_ITAV_new_caCerts.pod | 102 OSSL_CMP_CRLSTATUS_create() is a high-level variant of OSSL_CMP_CRLSTATUS_new1().
|
H A D | EVP_EncryptInit.pod | 816 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 D | provider-storemgmt.pod | 132 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 D | provider-object.pod | 171 receives this will use the most optimal variant.
|
H A D | passphrase-encoding.pod | 59 OpenSSL versions older than 1.1.0 do variant 2 only, and that is the reason why
|
H A D | EVP_PKEY-EC.pod | 79 if the value is zero. The cofactor variant multiplies the shared secret by the
|
/openssl/Configurations/ |
H A D | README.md | 129 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 D | README-design.md | 138 properly. `ossltest` is explicitly linked with the static variant of
|
/openssl/doc/designs/quic-design/ |
H A D | qlog.md | 32 The output format is always the JSON-SEQ qlog variant. This has the advantage
|
H A D | quic-requirements.md | 21 will introduce another variant and there may be more over time. The OMC requires
|
H A D | record-layer.md | 46 will introduce another variant and there may be more over time. The OMC
|
/openssl/doc/designs/ddd/ |
H A D | REPORT.md | 92 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
|
Completed in 96 milliseconds
12