Home
last modified time | relevance | path

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

/openssl/providers/implementations/ciphers/
H A Dcipher_aes_ocb.h35 unsigned char data_buf[OCB_MAX_DATA_LEN]; /* Store partial data blocks */ member
H 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/crypto/evp/
H A De_aes.c110 unsigned char data_buf[16]; /* Store partial data blocks */ member
4021 buf = octx->data_buf; in aes_ocb_cipher()
4105 if (!CRYPTO_ocb128_encrypt(&octx->ocb, octx->data_buf, out, in aes_ocb_cipher()
4109 if (!CRYPTO_ocb128_decrypt(&octx->ocb, octx->data_buf, out, in aes_ocb_cipher()

Completed in 17 milliseconds