Lines Matching refs:rv
225 int rv;
227 rv = s390x_aes_ccm_auth_encdec(ctx, in, out, len, 1);
228 if (rv && tag != NULL)
229 rv = s390x_aes_ccm_gettag(ctx, tag, taglen);
230 return rv;
239 int rv = 0;
242 rv = s390x_aes_ccm_auth_encdec(ctx, in, out, len, 0);
243 if (rv) {
245 rv = 0;
247 if (rv == 0)
249 return rv;