Home
last modified time | relevance | path

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

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