Searched refs:data_buf (Results 1 – 3 of 3) 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()
110 unsigned char data_buf[16]; /* Store partial data blocks */ member4021 buf = octx->data_buf; in aes_ocb_cipher()4105 if (!CRYPTO_ocb128_encrypt(&octx->ocb, octx->data_buf, out, in aes_ocb_cipher()4109 if (!CRYPTO_ocb128_decrypt(&octx->ocb, octx->data_buf, out, in aes_ocb_cipher()
Completed in 17 milliseconds