Home
last modified time | relevance | path

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

/openssl-master/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()
/openssl-master/crypto/evp/
A De_aes.c110 unsigned char data_buf[16]; /* Store partial data blocks */ member
3916 buf = octx->data_buf; in aes_ocb_cipher()
4000 if (!CRYPTO_ocb128_encrypt(&octx->ocb, octx->data_buf, out, in aes_ocb_cipher()
4004 if (!CRYPTO_ocb128_decrypt(&octx->ocb, octx->data_buf, out, in aes_ocb_cipher()

Completed in 12 milliseconds