Searched defs:EVP_ENCODE_LENGTH (Results 1 – 2 of 2) sorted by relevance
466 #define EVP_ENCODE_LENGTH(l) (((l+2)/3*4)+(l/48+1)*2+80) macro