Searched refs:multiblock (Results 1 – 7 of 7) sorted by relevance
3 #Needed for the multiblock code in rec_layer_s3.c
321 int ok, aead = 0, custom_iv = 0, cts = 0, multiblock = 0, randkey = 0; in evp_cipher_cache_constants() local337 &multiblock); in evp_cipher_cache_constants()353 if (multiblock) in evp_cipher_cache_constants()
924 Sets or gets the number of records being sent in one go for a tls1 multiblock985 Gets the maximum record length for a TLS1 multiblock cipher operation.1097 Triggers a multiblock TLS1 encrypt operation for a TLS1 aware cipher that1107 Supplies the data to encrypt for a TLS1 multiblock cipher operation.1111 Sets the maximum send fragment size for a TLS1 multiblock cipher operation.1117 Sets the authenticated additional data used by a TLS1 multiblock cipher operation.
1966 int async_init = 0, multiblock = 0, pr_header = 0; in speed_main() local2222 multiblock = 1; in speed_main()2541 if (multiblock) { in speed_main()3002 … if (multiblock && (EVP_CIPHER_get_flags(evp_cipher) & EVP_CIPH_FLAG_TLS1_1_MULTIBLOCK)) { in speed_main()
22 Within the TLS record layer there are options to handle "multiblock" and
910 ### no-multiblock
8020 OpenSSL 1.0.2 introduced the "multiblock" performance improvement. This8022 NI instructions. A defect in the implementation of "multiblock" can cause