Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/crypto/evp/
H A De_aes.c94 int data_buf_len; member
3976 octx->data_buf_len = 0; in aes_ocb_ctrl()
4159 buf_len = &(octx->data_buf_len); in aes_ocb_cipher()
4240 if (octx->data_buf_len > 0) { in aes_ocb_cipher()
4243 octx->data_buf_len)) in aes_ocb_cipher()
4247 octx->data_buf_len)) in aes_ocb_cipher()
4250 written_len = octx->data_buf_len; in aes_ocb_cipher()
4251 octx->data_buf_len = 0; in aes_ocb_cipher()