| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | xtest_helpers.c | 103 void xtest_add_attr(size_t *attr_count, TEE_Attribute *attrs, uint32_t attr_id, in xtest_add_attr() argument 106 attrs[*attr_count].attributeID = attr_id; in xtest_add_attr() 107 attrs[*attr_count].content.ref.buffer = (void *)buf; in xtest_add_attr() 108 attrs[*attr_count].content.ref.length = len; in xtest_add_attr() 109 (*attr_count)++; in xtest_add_attr() 112 void xtest_add_attr_value(size_t *attr_count, TEE_Attribute *attrs, in xtest_add_attr_value() argument 115 attrs[*attr_count].attributeID = attr_id; in xtest_add_attr_value() 116 attrs[*attr_count].content.value.a = value_a; in xtest_add_attr_value() 117 attrs[*attr_count].content.value.b = value_b; in xtest_add_attr_value() 118 (*attr_count)++; in xtest_add_attr_value() [all …]
|
| H A D | xtest_helpers.h | 60 uint32_t attr_count); 96 void xtest_add_attr(size_t *attr_count, TEE_Attribute *attrs, 98 void xtest_add_attr_value(size_t *attr_count, TEE_Attribute *attrs, 101 TEE_Result pack_attrs(const TEE_Attribute *attrs, uint32_t attr_count,
|
| H A D | pkcs11_1000.c | 1200 CK_ULONG attr_count; member 1206 .attr_count = ARRAY_SIZE(key), \ 1226 CK_ATTRIBUTE_PTR attr_key, CK_ULONG attr_count, in cipher_init_final() argument 1242 rv = C_CreateObject(session, attr_key, attr_count, &object); in cipher_init_final() 1309 cktest_allowed_valid[n].attr_count, in xtest_pkcs11_test_1005() 1327 cktest_allowed_invalid[n].attr_count, in xtest_pkcs11_test_1005() 1417 CK_ATTRIBUTE_PTR attr_key, CK_ULONG attr_count, in open_cipher_session() argument 1439 rv = C_CreateObject(*session, attr_key, attr_count, &object); in open_cipher_session() 1476 cktest_allowed_valid[0].attr_count, in xtest_pkcs11_test_1007() 1514 cktest_allowed_valid[0].attr_count, in xtest_pkcs11_test_1007() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/ |
| H A D | cryp_taf.c | 316 TEE_Attribute **attrs, uint32_t *attr_count) in unpack_attrs() argument 367 *attr_count = num_attrs; in unpack_attrs() 379 uint32_t attr_count = 0; in ta_entry_populate_transient_object() local 388 &attrs, &attr_count); in ta_entry_populate_transient_object() 392 res = TEE_PopulateTransientObject(o, attrs, attr_count); in ta_entry_populate_transient_object() 415 uint32_t attr_count = 0; in ta_entry_generate_key() local 423 &attrs, &attr_count); in ta_entry_generate_key() 427 res = TEE_GenerateKey(o, params[0].value.b, attrs, attr_count); in ta_entry_generate_key() 437 uint32_t attr_count = 0; in ta_entry_asymmetric_encrypt() local 446 &attrs, &attr_count); in ta_entry_asymmetric_encrypt() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | ibmpowernv.c | 62 u32 attr_count; member 375 sensor_groups[type].attr_count++; in init_sensor_group_data() 452 sensor_groups[type].attr_count++; in populate_attr_groups() 458 sensor_groups[type].attr_count++; in populate_attr_groups() 460 sensor_groups[type].attr_count++; in populate_attr_groups() 462 sensor_groups[type].attr_count++; in populate_attr_groups() 469 sensor_groups[type].attr_count + 1, in populate_attr_groups() 476 pdata->sensors_count += sensor_groups[type].attr_count; in populate_attr_groups() 477 sensor_groups[type].attr_count = 0; in populate_attr_groups() 522 pgroup->attrs[sensor_groups[type].attr_count++] = &sdata->dev_attr.attr; in populate_sensor()
|
| /OK3568_Linux_fs/kernel/drivers/iio/magnetometer/ |
| H A D | hid-sensor-magn-3d.c | 347 int attr_count = 0; in magn_3d_parse_report() local 362 attr_count++; in magn_3d_parse_report() 365 if (attr_count <= 0) { in magn_3d_parse_report() 372 attr_count); in magn_3d_parse_report() 380 _channels = devm_kcalloc(&pdev->dev, attr_count, in magn_3d_parse_report() 389 st->iio_vals = devm_kcalloc(&pdev->dev, attr_count, in magn_3d_parse_report() 399 i < MAGN_3D_CHANNEL_MAX && *chan_count < attr_count; in magn_3d_parse_report()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nfnetlink_cttimeout.c | 539 .attr_count = CTA_TIMEOUT_MAX, 542 .attr_count = CTA_TIMEOUT_MAX, 545 .attr_count = CTA_TIMEOUT_MAX, 548 .attr_count = CTA_TIMEOUT_MAX, 551 .attr_count = CTA_TIMEOUT_MAX,
|
| H A D | nfnetlink.c | 104 if (WARN_ON(n->cb[cb_id].attr_count > NFNL_MAX_ATTR_COUNT)) in nfnetlink_subsys_register() 227 if (ss->cb[cb_id].attr_count > NFNL_MAX_ATTR_COUNT) { in nfnetlink_rcv_msg() 232 err = nla_parse_deprecated(cda, ss->cb[cb_id].attr_count, in nfnetlink_rcv_msg() 443 if (ss->cb[cb_id].attr_count > NFNL_MAX_ATTR_COUNT) { in nfnetlink_rcv_batch() 449 ss->cb[cb_id].attr_count, in nfnetlink_rcv_batch()
|
| H A D | nfnetlink_acct.c | 376 .attr_count = NFACCT_MAX, 379 .attr_count = NFACCT_MAX, 382 .attr_count = NFACCT_MAX, 385 .attr_count = NFACCT_MAX,
|
| H A D | nfnetlink_osf.c | 384 .attr_count = OSF_ATTR_MAX, 389 .attr_count = OSF_ATTR_MAX,
|
| H A D | nfnetlink_cthelper.c | 751 .attr_count = NFCTH_MAX, 754 .attr_count = NFCTH_MAX, 757 .attr_count = NFCTH_MAX,
|
| H A D | nfnetlink_queue.c | 1383 .attr_count = NFQA_MAX, }, 1385 .attr_count = NFQA_MAX, 1388 .attr_count = NFQA_CFG_MAX, 1391 .attr_count = NFQA_MAX,
|
| H A D | nf_tables_api.c | 7317 .attr_count = NFTA_TABLE_MAX, 7322 .attr_count = NFTA_TABLE_MAX, 7327 .attr_count = NFTA_TABLE_MAX, 7332 .attr_count = NFTA_CHAIN_MAX, 7337 .attr_count = NFTA_CHAIN_MAX, 7342 .attr_count = NFTA_CHAIN_MAX, 7347 .attr_count = NFTA_RULE_MAX, 7352 .attr_count = NFTA_RULE_MAX, 7357 .attr_count = NFTA_RULE_MAX, 7362 .attr_count = NFTA_SET_MAX, [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ipset/ |
| H A D | ip_set_core.c | 2132 .attr_count = IPSET_ATTR_CMD_MAX, 2136 .attr_count = IPSET_ATTR_CMD_MAX, 2141 .attr_count = IPSET_ATTR_CMD_MAX, 2146 .attr_count = IPSET_ATTR_CMD_MAX, 2151 .attr_count = IPSET_ATTR_CMD_MAX, 2156 .attr_count = IPSET_ATTR_CMD_MAX, 2161 .attr_count = IPSET_ATTR_CMD_MAX, 2166 .attr_count = IPSET_ATTR_CMD_MAX, 2171 .attr_count = IPSET_ATTR_CMD_MAX, 2176 .attr_count = IPSET_ATTR_CMD_MAX, [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/netfilter/ |
| H A D | nfnetlink.h | 25 const u_int16_t attr_count; /* number of nlattr's */ member
|
| /OK3568_Linux_fs/kernel/drivers/memstick/core/ |
| H A D | mspro_block.c | 975 int cnt, rc, attr_count; in mspro_block_read_attributes() local 1013 attr_count = MSPRO_BLOCK_MAX_ATTRIBUTES; in mspro_block_read_attributes() 1015 attr_count = attr->count; in mspro_block_read_attributes() 1017 msb->attr_group.attrs = kcalloc(attr_count + 1, in mspro_block_read_attributes() 1032 for (cnt = 0; cnt < attr_count; ++cnt) { in mspro_block_read_attributes()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnfnetlink/libnfnetlink/ |
| H A D | 0005-include-Sync-with-kernel-headers.patch | 50 - const u_int16_t attr_count; /* number of nlattr's */
|
| /OK3568_Linux_fs/buildroot/package/libnfnetlink/ |
| H A D | 0002-include-Sync-with-kernel-headers.patch | 54 - const u_int16_t attr_count; /* number of nlattr's */
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | utee_syscalls.h | 119 unsigned long attr_count);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/ |
| H A D | utee_syscalls.h | 141 struct utee_attribute *attrs, unsigned long attr_count);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | utee_syscalls.h | 119 unsigned long attr_count);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | utee_syscalls.h | 119 unsigned long attr_count);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | utee_syscalls.h | 119 unsigned long attr_count);
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/ |
| H A D | utee_syscalls.h | 141 struct utee_attribute *attrs, unsigned long attr_count);
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bfa/ |
| H A D | bfa_fc.h | 1573 __be32 attr_count; /* # of attributes */ member 1589 __be32 attr_count; /* # of attributes */ member
|