Home
last modified time | relevance | path

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

/external/openssl/crypto/evp/
Devp_test.c144 int outl,outl2; in test1() local
177 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()