Home
last modified time | relevance | path

Searched refs:data_buf_len (Results 1 – 3 of 3) sorted by relevance

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c114 ctx->data_buf_len = 0; in aes_ocb_init()
255 buflen = &ctx->data_buf_len; in aes_ocb_block_update()
279 if (ctx->data_buf_len > 0) { in aes_ocb_block_final()
280 if (!aes_generic_ocb_cipher(ctx, ctx->data_buf, out, ctx->data_buf_len)) in aes_ocb_block_final()
282 *outl = ctx->data_buf_len; in aes_ocb_block_final()
283 ctx->data_buf_len = 0; in aes_ocb_block_final()
H A Dcipher_aes_ocb.h32 size_t data_buf_len; member
/openssl/crypto/evp/
H A De_aes.c112 int data_buf_len; member
3860 octx->data_buf_len = 0; in aes_ocb_ctrl()
4022 buf_len = &(octx->data_buf_len); in aes_ocb_cipher()
4103 if (octx->data_buf_len > 0) { in aes_ocb_cipher()
4106 octx->data_buf_len)) in aes_ocb_cipher()
4110 octx->data_buf_len)) in aes_ocb_cipher()
4113 written_len = octx->data_buf_len; in aes_ocb_cipher()
4114 octx->data_buf_len = 0; in aes_ocb_cipher()

Completed in 21 milliseconds