Home
last modified time | relevance | path

Searched refs:EVP_DECODE_LENGTH (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/util/
Dmissingmacro.txt74 EVP_DECODE_LENGTH(3)
Dmissingmacro111.txt106 EVP_DECODE_LENGTH(3)
/third_party/openssl/ohos_lite/include/openssl/
Devp.h497 # define EVP_DECODE_LENGTH(l) (((l)+3)/4*3+80) macro
/third_party/openssl/include/openssl/
Devp.h652 # define EVP_DECODE_LENGTH(l) (((l)+3)/4*3+80) macro
/third_party/openssl/test/
Devp_test.c2343 OPENSSL_malloc(EVP_DECODE_LENGTH(expected->output_len)))) in encode_test_run()