Home | History | Annotate | Download | only in evp

Lines Matching defs:EVP_ENCODE_LENGTH

509 #define EVP_ENCODE_LENGTH(l)	(((l+2)/3*4)+(l/48+1)*2+80)