Searched refs:outl2 (Results 1 – 1 of 1) sorted by relevance
144 int outl,outl2; in test1() local177 if(!EVP_EncryptFinal_ex(&ctx,out+outl,&outl2)) in test1()184 if(outl+outl2 != cn) in test1()187 outl+outl2,cn); in test1()216 if(!EVP_DecryptFinal_ex(&ctx,out+outl,&outl2)) in test1()223 if(outl+outl2 != pn) in test1()226 outl+outl2,pn); in test1()