Home
last modified time | relevance | path

Searched refs:data_buf_len (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/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
/third_party/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
/third_party/node/deps/openssl/openssl/crypto/evp/
H A De_aes.c112 int data_buf_len; member
3749 octx->data_buf_len = 0; in aes_ocb_ctrl()
3911 buf_len = &(octx->data_buf_len); in aes_ocb_cipher()
3992 if (octx->data_buf_len > 0) { in aes_ocb_cipher()
3995 octx->data_buf_len)) in aes_ocb_cipher()
3999 octx->data_buf_len)) in aes_ocb_cipher()
4002 written_len = octx->data_buf_len; in aes_ocb_cipher()
4003 octx->data_buf_len = 0; in aes_ocb_cipher()
/third_party/openssl/crypto/evp/
H A De_aes.c112 int data_buf_len; member
3755 octx->data_buf_len = 0; in aes_ocb_ctrl()
3917 buf_len = &(octx->data_buf_len); in aes_ocb_cipher()
3998 if (octx->data_buf_len > 0) { in aes_ocb_cipher()
4001 octx->data_buf_len)) in aes_ocb_cipher()
4005 octx->data_buf_len)) in aes_ocb_cipher()
4008 written_len = octx->data_buf_len; in aes_ocb_cipher()
4009 octx->data_buf_len = 0; in aes_ocb_cipher()

Completed in 13 milliseconds