Searched refs:data_buf (Results 1 – 2 of 2) sorted by relevance
35 unsigned char data_buf[OCB_MAX_DATA_LEN]; /* Store partial data blocks */ member
254 buf = ctx->data_buf; in aes_ocb_block_update()280 if (!aes_generic_ocb_cipher(ctx, ctx->data_buf, out, ctx->data_buf_len)) in aes_ocb_block_final()
Completed in 14 milliseconds