Searched refs:lengths (Results 1 – 15 of 15) sorted by relevance
/openssl/apps/ |
H A D | speed.c | 141 static const int *lengths = lengths_list; variable 746 || !EVP_MAC_update(mctx, buf, lengths[testnum]) in EVP_MAC_loop() 823 if (!EVP_MAC_update(mctx, buf, lengths[testnum])) in GHASH_loop() 876 RAND_bytes(buf, lengths[testnum]); in RAND_bytes_loop() 960 NULL, lengths[testnum])) { in EVP_Update_loop_aead_enc() 1049 NULL, lengths[testnum])) { in EVP_Update_loop_aead_dec() 2177 lengths = &lengths_single; in speed_main() 2502 buflen = lengths[size_num - 1]; in speed_main() 2951 if (lengths == lengths_list) { in speed_main() 2952 lengths = aead_lengths_list; in speed_main() [all …]
|
/openssl/doc/man3/ |
H A D | DSA_generate_parameters.pod | 38 For lengths under 2048 bits, the length of q is 160 bits; for lengths 113 Seed lengths greater than 20 are not supported.
|
H A D | EVP_rc5_32_12_16_cbc.pod | 36 default the key length is set to 128 bits and 12 rounds. Alternative key lengths
|
H A D | OSSL_CRMF_pbmp_new.pod | 27 lengths I<msglen> and I<seclen>.
|
H A D | EVP_EncryptInit.pod | 817 For input lengths that are multiples of the block size it is equivalent to 823 For input lengths that are multiples of the block size it is equivalent to 1512 that the plain text and cipher text lengths are identical. 1626 ciphers with default key lengths. If custom ciphers exceed these values the 1713 /* Don't set key or IV right away; we want to check lengths */
|
H A D | OSSL_HPKE_CTX_new.pod | 425 local HPKE support and/or algorithms, such as parameter lengths.
|
H A D | EVP_PKEY_CTX_ctrl.pod | 447 2048 is used. Only accepts lengths greater than or equal to 256.
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_aes_cts.txt | 15 # AES_CBC results for aligned block lengths. (Result should be the same as 32 byte CTS1 & CTS2) 42 # where aligned blocks are the same as CBC mode, and partial lengths 157 # where aligned blocks are the same as CBC mode, and partial lengths
|
H A D | evpciph_aes_common.txt | 1191 # Exercise different lengths covering even ciphertext stealing cases
|
/openssl/test/ |
H A D | bio_base64_test.c | 47 static unsigned lengths[6] = { 0, 3, 48, 192, 768, 1536 }; variable 389 t.bytes = lengths[lencase]; in test_bio_base64_generated()
|
/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_gcm_hw_s390x.inc | 15 /* iv + padding length for iv lengths != 12 */
|
/openssl/doc/man7/ |
H A D | provider-cipher.pod | 147 It is the responsibility of the cipher implementation to handle input lengths
|
/openssl/doc/man1/ |
H A D | openssl-pkeyutl.pod.in | 280 lengths of data passed in and for creating the structures that make up the 286 acceptable lengths of input data differ. The signed data can't be longer than
|
H A D | openssl-ciphers.pod.in | 195 "High" encryption cipher suites. This currently means those with key lengths
|
/openssl/ |
H A D | CHANGES.md | 194 This change was necessary because the preexisting default lengths were 1361 length equivalent to minimum key lengths as in RFC 7919. 4971 multiplication procedure that handles input lengths divisible by, but 6662 multiplication procedure that handles input lengths divisible by, but 11378 * Reject UniversalString and BMPString types with invalid lengths. This 18126 instead of only 2 for all lengths; see BN_prime_checks_for_size definition
|
Completed in 95 milliseconds