Home
last modified time | relevance | path

Searched refs:tag_len (Results 1 - 7 of 7) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dccm.h131 * output buffer is at least \p length + \p tag_len wide.
153 * readable buffer of at least \p tag_len Bytes.
154 * \param tag_len The length of the authentication field to generate in Bytes:
164 unsigned char *tag, size_t tag_len );
173 * output buffer is at least \p length + \p tag_len wide.
198 * readable buffer of at least \p tag_len Bytes.
199 * \param tag_len The length of the authentication field to generate in Bytes:
202 * \warning Passing \c 0 as \p tag_len means that the message is no
212 unsigned char *tag, size_t tag_len );
237 * readable buffer of at least \p tag_len Byte
[all...]
H A Dgcm.h159 * \param tag_len The length of the tag to generate.
161 * buffer of at least \p tag_len Bytes.
179 size_t tag_len,
200 * readable buffer of at least \p tag_len Bytes.
201 * \param tag_len The length of the tag to verify.
222 size_t tag_len,
289 * buffer of at least \p tag_len Bytes.
290 * \param tag_len The length of the tag to generate. This must be at least
298 size_t tag_len );
H A Dcipher.h723 * buffer of at least \p tag_len Bytes.
724 * \param tag_len The length of the tag to write.
730 unsigned char *tag, size_t tag_len );
739 * buffer of at least \p tag_len Bytes.
740 * \param tag_len The length of the tag to check.
746 const unsigned char *tag, size_t tag_len );
810 * writable buffer of at least \p tag_len Bytes.
811 * \param tag_len The desired length of the authentication tag.
823 unsigned char *tag, size_t tag_len );
851 * a readable buffer of at least \p tag_len Byte
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcmbloom.c169 const uint8 *tag, uint tag_len, const uint8 *buf, uint buf_len) in bcm_bloom_is_member()
174 if (!tag || (tag_len == 0)) /* empty tag is always a member */ in bcm_bloom_is_member()
190 pos = (*bp->hash[i])(bp->cb_ctx, i, tag, tag_len); in bcm_bloom_is_member()
206 bcm_bloom_add_member(bcm_bloom_filter_t *bp, const uint8 *tag, uint tag_len) in bcm_bloom_add_member() argument
210 if (!bp || !tag || (tag_len == 0)) in bcm_bloom_add_member()
220 pos = (*bp->hash[i])(bp->cb_ctx, i, tag, tag_len); in bcm_bloom_add_member()
168 bcm_bloom_is_member(bcm_bloom_filter_t *bp, const uint8 *tag, uint tag_len, const uint8 *buf, uint buf_len) bcm_bloom_is_member() argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmbloom.h67 const uint8 *tag, uint tag_len, const uint8 *buf, uint buf_len);
70 int bcm_bloom_add_member(bcm_bloom_filter_t *filter, const uint8 *tag, uint tag_len);
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_cipher.h187 hi_u32 tag_len; /**< Tag lenght for CCM which is an element of {4,6,8,10,12,14,16}. */ member
328 * @param tag_len [OUT] type #hi_u32*,Length of the output tag.
338 hi_u32 hi_cipher_aes_get_tag(hi_u8 *tag, hi_u32 tag_buf_len, hi_u32 *tag_len);
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/include/
H A Dhi_cipher_compat.h225 hi_u32 tag_len; /* Tag length for CCM which is an element of {4,6,8,10,12,14,16}. */ member

Completed in 6 milliseconds