Home
last modified time | relevance | path

Searched refs:EVP_ENCODE_LENGTH (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/
H A Denc.c339 buff = app_malloc(EVP_ENCODE_LENGTH(bsize), "evp buffer"); in enc_main()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dbio_b64.c42 char buf[EVP_ENCODE_LENGTH(B64_BLOCK_SIZE) + 10];
/third_party/openssl/crypto/evp/
H A Dbio_b64.c42 char buf[EVP_ENCODE_LENGTH(B64_BLOCK_SIZE) + 10];
/third_party/openssl/apps/
H A Denc.c339 buff = app_malloc(EVP_ENCODE_LENGTH(bsize), "evp buffer"); in enc_main()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h496 # define EVP_ENCODE_LENGTH(l) ((((l)+2)/3*4)+((l)/48+1)*2+80) macro
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h653 # define EVP_ENCODE_LENGTH(l) ((((l)+2)/3*4)+((l)/48+1)*2+80) macro
/third_party/openssl/include/openssl/
H A Devp.h651 # define EVP_ENCODE_LENGTH(l) ((((l)+2)/3*4)+((l)/48+1)*2+80) macro
/third_party/openssl/test/
H A Devp_test.c2323 OPENSSL_malloc(EVP_ENCODE_LENGTH(expected->input_len)))) in encode_test_run()

Completed in 19 milliseconds