Searched refs:multiblock (Results 1 – 8 of 8) sorted by relevance
3 #Needed for the multiblock code in rec_layer_s3.c
322 int ok, aead = 0, custom_iv = 0, cts = 0, multiblock = 0, randkey = 0; in evp_cipher_cache_constants() local338 &multiblock); in evp_cipher_cache_constants()354 if (multiblock) in evp_cipher_cache_constants()
86 no-multiblock,
842 Sets or gets the number of records being sent in one go for a tls1 multiblock903 Gets the maximum record length for a TLS1 multiblock cipher operation.1015 Triggers a multiblock TLS1 encrypt operation for a TLS1 aware cipher that1025 Supplies the data to encrypt for a TLS1 multiblock cipher operation.1029 Sets the maximum send fragment size for a TLS1 multiblock cipher operation.1035 Sets the authenticated additional data used by a TLS1 multiblock cipher operation.
1889 int async_init = 0, multiblock = 0, pr_header = 0; in speed_main() local2145 multiblock = 1; in speed_main()2472 if (multiblock) { in speed_main()2939 if (multiblock && (EVP_CIPHER_get_flags(evp_cipher) in speed_main()
22 Within the TLS record layer there are options to handle "multiblock" and
894 ### no-multiblock
7341 OpenSSL 1.0.2 introduced the "multiblock" performance improvement. This7343 NI instructions. A defect in the implementation of "multiblock" can cause
Completed in 80 milliseconds