Searched refs:aad_size (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/crypto/keembay/ |
A D | ocs-aes.c | 602 dma_addr_t aad_dma_list, u32 aad_size, in ocs_aes_validate_inputs() argument 715 if (aad_size && aad_dma_list == DMA_MAPPING_ERROR) in ocs_aes_validate_inputs() 739 if (aad_size && aad_dma_list == DMA_MAPPING_ERROR) in ocs_aes_validate_inputs() 933 u32 aad_size, in ocs_aes_gcm_op() argument 943 aad_size, out_tag, tag_size, cipher, in ocs_aes_gcm_op() 968 bit_len = (u64)aad_size * 8; in ocs_aes_gcm_op() 978 if (aad_size) { in ocs_aes_gcm_op()
|
A D | ocs-aes.h | 104 u32 aad_size,
|
/linux-6.3-rc2/crypto/ |
A D | tcrypt.c | 104 unsigned int aad_size) in sg_init_aead() argument 118 sg_set_buf(&sg[0], assoc, aad_size); in sg_init_aead() 256 if (aad_size >= PAGE_SIZE) { in test_mb_aead_speed() 376 memset(assoc, 0xff, aad_size); in test_mb_aead_speed() 380 assoc, aad_size); in test_mb_aead_speed() 384 assoc, aad_size); in test_mb_aead_speed() 541 if (aad_size >= PAGE_SIZE) { in test_aead_speed() 598 memset(assoc, 0xff, aad_size); in test_aead_speed() 633 assoc, aad_size); in test_aead_speed() 637 aad_size); in test_aead_speed() [all …]
|
/linux-6.3-rc2/net/tls/ |
A D | tls_sw.c | 245 aead_request_set_ad(aead_req, prot->aad_size); in tls_do_decryption() 342 sg_set_buf(&rec->sg_aead_in[0], rec->aad_space, prot->aad_size); in tls_get_rec() 346 sg_set_buf(&rec->sg_aead_out[0], rec->aad_space, prot->aad_size); in tls_get_rec() 532 aead_request_set_ad(aead_req, prot->aad_size); in tls_do_encryption() 1556 sg_set_buf(&sgin[0], dctx->aad, prot->aad_size); in tls_decrypt_sg() 1565 sg_set_buf(&sgout[0], dctx->aad, prot->aad_size); in tls_decrypt_sg() 1573 sg_set_buf(&sgout[0], dctx->aad, prot->aad_size); in tls_decrypt_sg() 2706 prot->aad_size = TLS_HEADER_SIZE; in tls_set_sw_offload() 2709 prot->aad_size = TLS_AAD_SPACE_SIZE; in tls_set_sw_offload() 2716 prot->aad_size > TLS_MAX_AAD_SIZE) { in tls_set_sw_offload()
|
/linux-6.3-rc2/include/net/ |
A D | tls.h | 231 u16 aad_size; member
|
/linux-6.3-rc2/drivers/crypto/caam/ |
A D | regs.h | 958 u32 aad_size; /* CxAADSZR - Current AAD Size */ member
|
Completed in 21 milliseconds