Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Devp.h497 # define EVP_DECODE_LENGTH(l) (((l)+3)/4*3+80) macro
/third_party/openssl/test/
Devp_test.c1666 OPENSSL_malloc(EVP_DECODE_LENGTH(expected->output_len)))) in encode_test_run()