Searched refs:EVP_ENCODE_LENGTH (Results 1 – 6 of 6) sorted by relevance
65 EVP_ENCODE_LENGTH(3)
105 EVP_ENCODE_LENGTH(3)
42 unsigned char buf[EVP_ENCODE_LENGTH(B64_BLOCK_SIZE) + 10];
416 buff = app_malloc(EVP_ENCODE_LENGTH(bsize), "evp buffer"); in enc_main()
669 #define EVP_ENCODE_LENGTH(l) ((((l) + 2) / 3 * 4) + ((l) / 48 + 1) * 2 + 80) macro
3406 || !TEST_ptr(encode_out = OPENSSL_malloc(EVP_ENCODE_LENGTH(expected->input_len)))) in encode_test_run()