Searched refs:aad_size (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/crypto/intel/keembay/ |
| H A D | ocs-aes.h | 104 u32 aad_size,
|
| /linux/net/tls/ |
| H A D | tls_sw.c | 267 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() 1366 sg_set_buf(&sgin[0], dctx->aad, prot->aad_size); in tls_decrypt_sg() 1375 sg_set_buf(&sgout[0], dctx->aad, prot->aad_size); in tls_decrypt_sg() 1383 sg_set_buf(&sgout[0], dctx->aad, prot->aad_size); in tls_decrypt_sg() 2493 prot->aad_size = TLS_HEADER_SIZE; in init_prot_info() 2496 prot->aad_size = TLS_AAD_SPACE_SIZE; in init_prot_info() 2501 if (nonce_size > TLS_MAX_IV_SIZE || prot->aad_size > TLS_MAX_AAD_SIZE) in init_prot_info()
|
| /linux/drivers/crypto/caam/ |
| H A D | regs.h | 961 u32 aad_size; /* CxAADSZR - Current AAD Size */ member
|