/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
D | ccm.h | 164 unsigned char *tag, size_t tag_len ); 212 unsigned char *tag, size_t tag_len ); 249 const unsigned char *tag, size_t tag_len ); 294 const unsigned char *tag, size_t tag_len );
|
D | gcm.h | 179 size_t tag_len, 222 size_t tag_len, 298 size_t tag_len );
|
D | cipher.h | 730 unsigned char *tag, size_t tag_len ); 746 const unsigned char *tag, size_t tag_len ); 823 unsigned char *tag, size_t tag_len ); 865 const unsigned char *tag, size_t tag_len );
|
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/ |
D | bcmbloom.c | 170 bool bcm_bloom_is_member(bcm_bloom_filter_t *bp, const uint8 *tag, uint tag_len, in bcm_bloom_is_member() argument 176 if (!tag || (tag_len == 0)) { /* empty tag is always a member */ in bcm_bloom_is_member() 195 pos = (*bp->hash[i])(bp->cb_ctx, i, tag, tag_len); in bcm_bloom_is_member() 210 int bcm_bloom_add_member(bcm_bloom_filter_t *bp, const uint8 *tag, uint tag_len) in bcm_bloom_add_member() argument 214 if (!bp || !tag || (tag_len == 0)) { in bcm_bloom_add_member() 227 pos = (*bp->hash[i])(bp->cb_ctx, i, tag, tag_len); in bcm_bloom_add_member()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
D | bcmbloom.c | 169 const uint8 *tag, uint tag_len, const uint8 *buf, uint buf_len) in bcm_bloom_is_member() argument 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()
|
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/ |
D | bcmbloom.c | 161 const uint8 *tag, uint tag_len, const uint8 *buf, uint buf_len) in bcm_bloom_is_member() argument 166 if (!tag || (tag_len == 0)) /* empty tag is always a member */ in bcm_bloom_is_member() 182 pos = (*bp->hash[i])(bp->cb_ctx, i, tag, tag_len); in bcm_bloom_is_member() 196 bcm_bloom_add_member(bcm_bloom_filter_t *bp, const uint8 *tag, uint tag_len) in bcm_bloom_add_member() argument 200 if (!bp || !tag || (tag_len == 0)) in bcm_bloom_add_member() 210 pos = (*bp->hash[i])(bp->cb_ctx, i, tag, tag_len); in bcm_bloom_add_member()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
D | bcmbloom.h | 67 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/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/ |
D | bcmbloom.h | 69 uint tag_len, const uint8 *buf, uint buf_len); 73 uint tag_len);
|
/device/soc/esp/esp32/components/hal/ |
D | aes_hal.c | 126 void aes_hal_gcm_read_tag(uint8_t *tag, size_t tag_len) in aes_hal_gcm_read_tag() argument 130 memcpy(tag, tag_res, tag_len); in aes_hal_gcm_read_tag()
|
/device/soc/hpmicro/sdk/hpm_sdk/drivers/src/ |
D | hpm_sdp_drv.c | 425 uint32_t tag_len) in aes_ccm_auth_crypt() argument 436 HPM_BREAK_IF((tag_len % 2U != 0U) || (tag_len / 2U < 2) || (tag_len / 2U > 8)); in aes_ccm_auth_crypt() 447 aes_ccm_format_b0(b, iv, iv_len, tag_len, aad_len, input_len); in aes_ccm_auth_crypt() 534 (void) memcpy(tag, b, tag_len); in aes_ccm_auth_crypt() 549 uint8_t *output, uint8_t *tag, uint32_t tag_len) in sdp_aes_ccm_generate_encrypt() argument 552 tag, tag_len); in sdp_aes_ccm_generate_encrypt() 574 uint8_t *output, const uint8_t *tag, uint32_t tag_len) in sdp_aes_ccm_decrypt_verify() argument 583 output, (uint8_t *) &calc_mac, tag_len); in sdp_aes_ccm_decrypt_verify() 585 if (sdp_constant_time_cmp(calc_mac, tag, tag_len) != 0U) { in sdp_aes_ccm_decrypt_verify()
|
/device/soc/esp/esp32/components/log/ |
D | log.c | 128 size_t tag_len = strlen(tag) + 1; in esp_log_level_set() local 129 size_t entry_size = offsetof(uncached_tag_entry_t, tag) + tag_len; in esp_log_level_set() 136 strlcpy(new_entry->tag, tag, tag_len); in esp_log_level_set()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
D | hi_cipher.h | 187 hi_u32 tag_len; /**< Tag lenght for CCM which is an element of {4,6,8,10,12,14,16}. */ member 338 hi_u32 hi_cipher_aes_get_tag(hi_u8 *tag, hi_u32 tag_buf_len, hi_u32 *tag_len);
|
/device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/ |
D | hpm_sdp_drv.h | 231 uint8_t *output, uint8_t *tag, uint32_t tag_len); 251 uint8_t *output, const uint8_t *tag, uint32_t tag_len);
|
/device/soc/esp/esp32/components/hal/include/hal/ |
D | aes_hal.h | 148 void aes_hal_gcm_read_tag(uint8_t *tag, size_t tag_len);
|
/device/soc/hpmicro/sdk/hpm_sdk/soc/HPM6360/ |
D | hpm_romapi.h | 269 uint32_t tag_len); 280 uint32_t tag_len); 322 uint8_t *output, uint8_t *tag, uint32_t tag_len); 326 uint8_t *output, const uint8_t *tag, uint32_t tag_len);
|
/device/soc/hpmicro/sdk/hpm_sdk/soc/HPM6750/ |
D | hpm_romapi.h | 227 uint8_t *tag, uint32_t tag_len); 231 uint8_t *output, const uint8_t *tag, uint32_t tag_len); 273 uint8_t *output, uint8_t *tag, uint32_t tag_len); 277 uint8_t *output, const uint8_t *tag, uint32_t tag_len);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/include/ |
D | hi_cipher_compat.h | 225 …hi_u32 tag_len; /* Tag length for CCM which is an element of {4,6,8,10,12,14,… member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/ |
D | rtw_br_ext.c | 107 data_len = tag->tag_len + TAG_HDR_LEN; in __nat25_add_pppoe_tag() 1138 old_tag_len = ntohs(pOldTag->tag_len); in nat25_db_handle() 1155 tag->tag_len = htons(MAGIC_CODE_LEN + RTL_RELAY_TAG_LEN + old_tag_len); in nat25_db_handle() 1239 tag->tag_len = htons(tagLen - MAGIC_CODE_LEN - RTL_RELAY_TAG_LEN); in nat25_db_handle()
|