Home
last modified time | relevance | path

Searched refs:aad_len (Results 1 - 4 of 4) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dchachapoly.h67 uint64_t aad_len; /**< The length (bytes) of the Additional Authenticated Data. */ member
201 * \param aad_len The length in Bytes of the AAD. The length has no
204 * This pointer can be \c NULL if `aad_len == 0`.
215 size_t aad_len );
289 * data (AAD). This pointer can be \c NULL if `aad_len == 0`.
290 * \param aad_len The length (in bytes) of the AAD data to process.
305 size_t aad_len,
321 * This pointer can be \c NULL if `aad_len == 0`.
322 * \param aad_len The length (in bytes) of the AAD data to process.
339 size_t aad_len,
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/drivers/extend/
H A Dext_aead.c177 static hi_s32 ext_ccm_gcm_mem_open(ext_ccm_gcm_mem *mem, symc_multi_pack *pack, compat_addr aad, hi_u32 aad_len) in ext_ccm_gcm_mem_open() argument
194 ret = crypto_mem_open(&mem->aad, aad, aad_len); in ext_ccm_gcm_mem_open()
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_cipher.h188 hi_u32 aad_len; /**< Associated data length for CCM. */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/include/
H A Dhi_cipher_compat.h226 hi_u32 aad_len; /* Associated data for CCM and GCM. */ member

Completed in 4 milliseconds