Home
last modified time | relevance | path

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

/src/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.c112 ctx->data_buf_len = 0; in aes_ocb_init()
253 buflen = &ctx->data_buf_len; in aes_ocb_block_update()
277 if (ctx->data_buf_len > 0) { in aes_ocb_block_final()
278 if (!aes_generic_ocb_cipher(ctx, ctx->data_buf, out, ctx->data_buf_len)) in aes_ocb_block_final()
280 *outl = ctx->data_buf_len; in aes_ocb_block_final()
281 ctx->data_buf_len = 0; in aes_ocb_block_final()
H A Dcipher_aes_ocb.h32 size_t data_buf_len; member
/src/crypto/openssl/crypto/evp/
H A De_aes.c112 int data_buf_len; member
3863 octx->data_buf_len = 0; in aes_ocb_ctrl()
4023 buf_len = &(octx->data_buf_len); in aes_ocb_cipher()
4102 if (octx->data_buf_len > 0) { in aes_ocb_cipher()
4105 octx->data_buf_len)) in aes_ocb_cipher()
4109 octx->data_buf_len)) in aes_ocb_cipher()
4112 written_len = octx->data_buf_len; in aes_ocb_cipher()
4113 octx->data_buf_len = 0; in aes_ocb_cipher()
/src/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dmsgbuf.c116 __le16 data_buf_len; member
987 rx_bufpost->data_buf_len = cpu_to_le16((u16)pktlen); in brcmf_msgbuf_rxbuf_data_post()