Home
last modified time | relevance | path

Searched refs:taglen (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dpsa_util.h84 mbedtls_cipher_mode_t mode, size_t taglen ) in mbedtls_psa_translate_cipher_mode() argument
89 return( PSA_ALG_AEAD_WITH_TAG_LENGTH( PSA_ALG_GCM, taglen ) ); in mbedtls_psa_translate_cipher_mode()
91 return( PSA_ALG_AEAD_WITH_TAG_LENGTH( PSA_ALG_CCM, taglen ) ); in mbedtls_psa_translate_cipher_mode()
93 if( taglen == 0 ) in mbedtls_psa_translate_cipher_mode()
H A Dssl_internal.h632 size_t taglen; /*!< TAG(AEAD) len */ member
688 return( transform->maclen == 0 && transform->taglen != 0 ); in mbedtls_ssl_transform_uses_aead()
H A Dcipher.h482 size_t taglen );
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dpsa_util.h84 mbedtls_cipher_mode_t mode, size_t taglen ) in mbedtls_psa_translate_cipher_mode() argument
89 return( PSA_ALG_AEAD_WITH_TAG_LENGTH( PSA_ALG_GCM, taglen ) ); in mbedtls_psa_translate_cipher_mode()
91 return( PSA_ALG_AEAD_WITH_TAG_LENGTH( PSA_ALG_CCM, taglen ) ); in mbedtls_psa_translate_cipher_mode()
93 if( taglen == 0 ) in mbedtls_psa_translate_cipher_mode()
H A Dssl_internal.h632 size_t taglen; /*!< TAG(AEAD) len */ member
688 return( transform->maclen == 0 && transform->taglen != 0 ); in mbedtls_ssl_transform_uses_aead()
H A Dcipher.h482 size_t taglen );
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dpsa_util.h84 mbedtls_cipher_mode_t mode, size_t taglen ) in mbedtls_psa_translate_cipher_mode() argument
89 return( PSA_ALG_AEAD_WITH_TAG_LENGTH( PSA_ALG_GCM, taglen ) ); in mbedtls_psa_translate_cipher_mode()
91 return( PSA_ALG_AEAD_WITH_TAG_LENGTH( PSA_ALG_CCM, taglen ) ); in mbedtls_psa_translate_cipher_mode()
93 if( taglen == 0 ) in mbedtls_psa_translate_cipher_mode()
H A Dssl_internal.h632 size_t taglen; /*!< TAG(AEAD) len */ member
688 return( transform->maclen == 0 && transform->taglen != 0 ); in mbedtls_ssl_transform_uses_aead()
H A Dcipher.h482 size_t taglen );
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dpsa_util.h84 mbedtls_cipher_mode_t mode, size_t taglen ) in mbedtls_psa_translate_cipher_mode() argument
89 return( PSA_ALG_AEAD_WITH_TAG_LENGTH( PSA_ALG_GCM, taglen ) ); in mbedtls_psa_translate_cipher_mode()
91 return( PSA_ALG_AEAD_WITH_TAG_LENGTH( PSA_ALG_CCM, taglen ) ); in mbedtls_psa_translate_cipher_mode()
93 if( taglen == 0 ) in mbedtls_psa_translate_cipher_mode()
H A Dssl_internal.h632 size_t taglen; /*!< TAG(AEAD) len */ member
688 return( transform->maclen == 0 && transform->taglen != 0 ); in mbedtls_ssl_transform_uses_aead()
H A Dcipher.h482 size_t taglen );
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux_exportfs.c811 uint len, taglen, i; in show_pwrstats_path() local
859 taglen = dtoh16(((uint16*)p_data)[1]); in show_pwrstats_path()
861 if ((taglen < BCM_XTLV_HDR_SIZE) || (taglen > len)) { in show_pwrstats_path()
863 taglen, type, len)); in show_pwrstats_path()
867 if (taglen & 0xF000) { in show_pwrstats_path()
869 taglen, type, len)); in show_pwrstats_path()
879 if (taglen < sizeof(wl_pwr_pcie_stats_t)) { in show_pwrstats_path()
881 type, taglen, (int)sizeof(wl_pwr_pcie_stats_t))); in show_pwrstats_path()
907 if (taglen < sizeof(wl_pwr_pm_accum_stats_v1_t)) { in show_pwrstats_path()
909 taglen, (int)sizeof(wl_pwr_pm_accum_stats_v1_t))); in show_pwrstats_path()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_exportfs.c813 uint len, taglen, i; in show_pwrstats_path() local
861 taglen = dtoh16(((uint16*)p_data)[1]); in show_pwrstats_path()
863 if ((taglen < BCM_XTLV_HDR_SIZE) || (taglen > len)) { in show_pwrstats_path()
865 taglen, type, len)); in show_pwrstats_path()
869 if (taglen & 0xF000) { in show_pwrstats_path()
871 taglen, type, len)); in show_pwrstats_path()
881 if (taglen < sizeof(wl_pwr_pcie_stats_t)) { in show_pwrstats_path()
883 type, taglen, (int)sizeof(wl_pwr_pcie_stats_t))); in show_pwrstats_path()
909 if (taglen < sizeof(wl_pwr_pm_accum_stats_v1_t)) { in show_pwrstats_path()
911 taglen, (int)sizeof(wl_pwr_pm_accum_stats_v1_t))); in show_pwrstats_path()
[all …]
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dcallback.h51 unsigned int taglen; member
60 unsigned int taglen; member
H A Dcallback_xdr.c147 status = decode_string(xdr, &hdr->taglen, &hdr->tag, CB_OP_TAGLEN_MAXSZ); in decode_compound_hdr_arg()
660 status = encode_string(xdr, hdr->taglen, hdr->tag); in encode_compound_hdr_res()
958 hdr_res.taglen = hdr_arg.taglen; in nfs4_callback_compound()
H A Dnfs4xdr.c946 uint32_t taglen; member
1026 hdr->replen = 3 + hdr->taglen; in encode_compound_hdr()
1028 WARN_ON_ONCE(hdr->taglen > NFS4_MAXTAGLEN); in encode_compound_hdr()
1029 encode_string(xdr, hdr->taglen, hdr->tag); in encode_compound_hdr()
3165 hdr->taglen = be32_to_cpup(p); in decode_compound_hdr()
3167 p = xdr_inline_decode(xdr, hdr->taglen + 4); in decode_compound_hdr()
3171 p += XDR_QUADLEN(hdr->taglen); in decode_compound_hdr()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dcipso_ipv4.c1506 int taglen; in cipso_v4_optptr() local
1513 taglen = 1; in cipso_v4_optptr()
1516 taglen = optptr[1]; in cipso_v4_optptr()
1518 if (!taglen || taglen > optlen) in cipso_v4_optptr()
1523 optlen -= taglen; in cipso_v4_optptr()
1524 optptr += taglen; in cipso_v4_optptr()
/OK3568_Linux_fs/kernel/arch/s390/crypto/
H A Daes_s390.c833 unsigned int taglen = crypto_aead_authsize(tfm); in gcm_aes_crypt() local
864 pclen -= taglen; in gcm_aes_crypt()
919 scatterwalk_map_and_copy(tag, req->src, len, taglen, 0); in gcm_aes_crypt()
920 if (crypto_memneq(tag, param.t, taglen)) in gcm_aes_crypt()
923 scatterwalk_map_and_copy(param.t, req->dst, len, taglen, 1); in gcm_aes_crypt()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dxdr4.h710 u32 taglen; member
724 u32 taglen; member
H A Dnfs4xdr.c2214 argp->taglen = be32_to_cpup(p++); in nfsd4_decode_compound()
2215 READ_BUF(argp->taglen); in nfsd4_decode_compound()
2216 SAVEMEM(argp->tag, argp->taglen); in nfsd4_decode_compound()
2220 max_reply += 4 + (XDR_QUADLEN(argp->taglen) << 2); in nfsd4_decode_compound()
2222 if (argp->taglen > NFSD4_MAX_TAGLEN) in nfsd4_decode_compound()
5333 *p++ = htonl(resp->taglen); in nfs4svc_encode_compoundres()
5334 memcpy(p, resp->tag, resp->taglen); in nfs4svc_encode_compoundres()
5335 p += XDR_QUADLEN(resp->taglen); in nfs4svc_encode_compoundres()
H A Dnfs4proc.c2340 xdr_reserve_space(&resp->xdr, 8 + args->taglen); in nfsd4_proc_compound()
2341 resp->taglen = args->taglen; in nfsd4_proc_compound()
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.c780 unsigned int taglen = strlen(tag); in get_next_modinfo() local
790 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in get_next_modinfo()
791 return p + taglen + 1; in get_next_modinfo()
/OK3568_Linux_fs/kernel/kernel/
H A Dmodule.c2617 unsigned int taglen = strlen(tag); in get_next_modinfo() local
2633 if (strncmp(p, tag, taglen) == 0 && p[taglen] == '=') in get_next_modinfo()
2634 return p + taglen + 1; in get_next_modinfo()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Ddhd_common.c2795 uint16 taglen = ltoh32(socramind_ptr->length); in dngl_host_event_process() local
2797 DHD_EVENT(("Tag:%d Len:%d Datalen:%d\n", tag, taglen, datalen)); in dngl_host_event_process()
2861 prhex("SOCRAMIND", p, taglen); in dngl_host_event_process()

12