Lines Matching defs:outl
161 unsigned char *out, size_t *outl,
206 *outl = outlint;
231 static int aes_ocb_block_update(void *vctx, unsigned char *out, size_t *outl,
244 *outl = 0;
258 return aes_ocb_block_update_internal(ctx, buf, buflen, out, outl, outsize,
262 static int aes_ocb_block_final(void *vctx, unsigned char *out, size_t *outl,
278 *outl = 0;
282 *outl = ctx->data_buf_len;
497 static int aes_ocb_cipher(void *vctx, unsigned char *out, size_t *outl,
515 *outl = inl;