Home | History | Annotate | Download | only in apps

Lines Matching defs:outl

1959 				int outl;
1978 EVP_DecryptUpdate(&ctx,buf,&outl,buf,lengths[j]);
1981 EVP_EncryptUpdate(&ctx,buf,&outl,buf,lengths[j]);
1983 EVP_DecryptFinal_ex(&ctx,buf,&outl);
1985 EVP_EncryptFinal_ex(&ctx,buf,&outl);