Searched refs:multiblock (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/ssl/ |
H A D | build.info | 3 #Needed for the multiblock code in rec_layer_s3.c
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | evp_lib.c | 343 int ok, aead = 0, custom_iv = 0, cts = 0, multiblock = 0, randkey = 0; in evp_cipher_cache_constants() local 359 &multiblock); in evp_cipher_cache_constants() 375 if (multiblock) in evp_cipher_cache_constants()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_EncryptInit.pod | 804 Sets or gets the number of records being sent in one go for a tls1 multiblock 865 Gets the maximum record length for a TLS1 multiblock cipher operation. 959 Triggers a multiblock TLS1 encrypt operation for a TLS1 aware cipher that 969 Supplies the data to encrypt for a TLS1 multiblock cipher operation. 973 Sets the maximum send fragment size for a TLS1 multiblock cipher operation. 979 Sets the authenticated additional data used by a TLS1 multiblock cipher operation.
|
/freebsd/crypto/openssl/apps/ |
H A D | speed.c | 1371 int async_init = 0, multiblock = 0, pr_header = 0; in speed_main() 1603 multiblock = 1; in speed_main() 1758 if (multiblock) { in speed_main() 2220 if (multiblock && (EVP_CIPHER_get_flags(evp_cipher) & in speed_main() 3650 inp = app_malloc(mblengths[num - 1], "multiblock input buffer"); in multiblock_speed() 3651 out = app_malloc(mblengths[num - 1] + 1024, "multiblock output buffer"); in multiblock_speed() 1367 int async_init = 0, multiblock = 0, pr_header = 0; speed_main() local
|
/freebsd/crypto/openssl/ |
H A D | INSTALL.md | 772 ### no-multiblock
|
H A D | CHANGES.md | 6335 OpenSSL 1.0.2 introduced the "multiblock" performance improvement. This 6337 NI instructions. A defect in the implementation of "multiblock" can cause
|