Home
last modified time | relevance | path

Searched refs:lengths (Results 1 – 17 of 17) sorted by relevance

/openssl/apps/
H A Dspeed.c141 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 DDSA_generate_parameters.pod38 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 DEVP_PKEY_encapsulate.pod61 The lengths returned via I<*wrappedkeylen> and I<*genkeylen> SHOULD
62 be used to determine the actual lengths of the outputs.
H A DEVP_rc5_32_12_16_cbc.pod36 default the key length is set to 128 bits and 12 rounds. Alternative key lengths
H A DOSSL_CRMF_pbmp_new.pod27 lengths I<msglen> and I<seclen>.
H A DEVP_EncryptInit.pod903 For input lengths that are multiples of the block size it is equivalent to
909 For input lengths that are multiples of the block size it is equivalent to
1606 that the plain text and cipher text lengths are identical.
1720 ciphers with default key lengths. If custom ciphers exceed these values the
1807 /* Don't set key or IV right away; we want to check lengths */
H A DOSSL_HPKE_CTX_new.pod425 local HPKE support and/or algorithms, such as parameter lengths.
H A DEVP_PKEY_CTX_ctrl.pod447 2048 is used. Only accepts lengths greater than or equal to 256.
/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_cts.txt15 # 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 Devpciph_aes_common.txt1191 # Exercise different lengths covering even ciphertext stealing cases
/openssl/test/
H A Dbio_base64_test.c47 static unsigned lengths[6] = { 0, 3, 48, 192, 768, 1536 }; variable
389 t.bytes = lengths[lencase]; in test_bio_base64_generated()
/openssl/doc/designs/
H A Devp-cipher-pipeline.md200 an array of lengths. Example: `unsigned char **out, size_t *outl`.
/openssl/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_s390x.inc15 /* iv + padding length for iv lengths != 12 */
/openssl/doc/man7/
H A Dprovider-cipher.pod183 It is the responsibility of the cipher implementation to handle input lengths
/openssl/doc/man1/
H A Dopenssl-pkeyutl.pod.in316 lengths of data passed in and for creating the structures that make up the
327 sensible lengths of input data differ. With RSA the signed data cannot be longer
H A Dopenssl-ciphers.pod.in195 "High" encryption cipher suites. This currently means those with key lengths
/openssl/
H A DCHANGES.md330 This change was necessary because the preexisting default lengths were
1497 length equivalent to minimum key lengths as in RFC 7919.
5107 multiplication procedure that handles input lengths divisible by, but
6798 multiplication procedure that handles input lengths divisible by, but
11514 * Reject UniversalString and BMPString types with invalid lengths. This
18262 instead of only 2 for all lengths; see BN_prime_checks_for_size definition

Completed in 82 milliseconds