Home
last modified time | relevance | path

Searched refs:data_buf (Results 1 – 2 of 2) sorted by relevance

/providers/implementations/ciphers/
A Dcipher_aes_ocb.h35 unsigned char data_buf[OCB_MAX_DATA_LEN]; /* Store partial data blocks */ member
A Dcipher_aes_ocb.c254 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