Home
last modified time | relevance | path

Searched refs:EVP_ENCODE_LENGTH (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/util/
H A Dmissingmacro.txt65 EVP_ENCODE_LENGTH(3)
H A Dmissingmacro111.txt105 EVP_ENCODE_LENGTH(3)
/freebsd/crypto/openssl/crypto/evp/
H A Dbio_b64.c42 unsigned char buf[EVP_ENCODE_LENGTH(B64_BLOCK_SIZE) + 10];
/freebsd/crypto/openssl/apps/
H A Denc.c416 buff = app_malloc(EVP_ENCODE_LENGTH(bsize), "evp buffer"); in enc_main()
/freebsd/crypto/openssl/include/openssl/
H A Devp.h669 #define EVP_ENCODE_LENGTH(l) ((((l) + 2) / 3 * 4) + ((l) / 48 + 1) * 2 + 80) macro
/freebsd/crypto/openssl/test/
H A Devp_test.c3406 || !TEST_ptr(encode_out = OPENSSL_malloc(EVP_ENCODE_LENGTH(expected->input_len)))) in encode_test_run()