Home
last modified time | relevance | path

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

/linux/drivers/crypto/intel/keembay/
H A Docs-aes.h104 u32 aad_size,
/linux/net/tls/
H A Dtls_sw.c267 aead_request_set_ad(aead_req, prot->aad_size); in tls_do_decryption()
377 sg_set_buf(&rec->sg_aead_in[0], rec->aad_space, prot->aad_size); in tls_get_rec()
381 sg_set_buf(&rec->sg_aead_out[0], rec->aad_space, prot->aad_size); in tls_get_rec()
570 aead_request_set_ad(aead_req, prot->aad_size); in tls_do_encryption()
1619 sg_set_buf(&sgin[0], dctx->aad, prot->aad_size); in tls_decrypt_sg()
1628 sg_set_buf(&sgout[0], dctx->aad, prot->aad_size); in tls_decrypt_sg()
1636 sg_set_buf(&sgout[0], dctx->aad, prot->aad_size); in tls_decrypt_sg()
2759 prot->aad_size = TLS_HEADER_SIZE; in init_prot_info()
2762 prot->aad_size = TLS_AAD_SPACE_SIZE; in init_prot_info()
2767 if (nonce_size > TLS_MAX_IV_SIZE || prot->aad_size > TLS_MAX_AAD_SIZE) in init_prot_info()
/linux/include/net/
H A Dtls.h219 u16 aad_size; member
/linux/drivers/crypto/caam/
H A Dregs.h961 u32 aad_size; /* CxAADSZR - Current AAD Size */ member