Searched defs:taglen (Results 1 – 4 of 4) sorted by relevance
155 hi_s32 ext_mbedtls_aead_get_tag(hi_void *ctx, hi_u32 tag[AEAD_TAG_SIZE_IN_WORD], hi_u32 *taglen) in ext_mbedtls_aead_get_tag()
1062 hi_s32 kapi_aead_get_tag(hi_u32 id, hi_u32 tag[AEAD_TAG_SIZE_IN_WORD], hi_u32 *taglen) in kapi_aead_get_tag()
1137 static hi_s32 cryp_aead_get_tag(hi_void *ctx, hi_u32 tag[AEAD_TAG_SIZE_IN_WORD], hi_u32 *taglen) in cryp_aead_get_tag()
293 hi_u32 taglen; /* Length of tag */ member