Home
last modified time | relevance | path

Searched refs:key_size (Results 1 - 5 of 5) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dsyscall.c330 map->key_size = attr->key_size; in bpf_map_init_from_attr()
548 "key_size:\t%u\n" in bpf_map_show_fdinfo()
555 map->map_type, map->key_size, map->value_size, map->max_entries, map->map_flags, in bpf_map_show_fdinfo()
749 u32 key_size, value_size; in map_check_btf() local
754 key_type = btf_type_id_size(btf, &btf_key_id, &key_size); in map_check_btf()
755 if (!key_type || key_size != map->key_size) { in map_check_btf()
997 static void *__bpf_copy_key(void __user *ukey, u64 key_size) in __bpf_copy_key() argument
999 if (key_size) { in __bpf_copy_key()
[all...]
H A Dverifier.c115 * [key, key + map->key_size) bytes are valid and were initialized on
126 * Now verifier knows that this map has key of R1->map_ptr->key_size bytes
129 * Now verifier checks that [R2, R2 + map's key_size) are within stack limits
598 verbose(env, ",ks=%d,vs=%d", reg->map_ptr->key_size, reg->map_ptr->value_size); in print_verifier_state()
4503 * check that [key, key + map->key_size) are within in check_func_arg()
4515 err = check_helper_mem_access(env, regno, meta->map_ptr->key_size, false, NULL); in check_func_arg()
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_demo_hks.c272 hi_u32 key_size = 0; in hks_encrypt_conn_para() local
273 ret = hi_flash_read(key_save_partition_addr + KYY_PARAM_MAX_LEN, LEN_BYTE, (hi_u8 *)&key_size); in hks_encrypt_conn_para()
278 ret = hi_flash_read(key_save_partition_addr + KYY_PARAM_MAX_LEN + LEN_BYTE, key_size, &key_data[0]); in hks_encrypt_conn_para()
284 key_data_blob.size = key_size; in hks_encrypt_conn_para()
550 hi_u32 key_size = 0; in hks_encrypt_cert() local
551 hi_flash_read(key_save_partition_addr + KYY_PARAM_MAX_LEN, LEN_BYTE, (hi_u8 *)&key_size); in hks_encrypt_cert()
553 ret = hi_flash_read(key_save_partition_addr + KYY_PARAM_MAX_LEN + LEN_BYTE, key_size, &key_data[0]); in hks_encrypt_cert()
559 key_data_blob.size = key_size; in hks_encrypt_cert()
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h137 u32 key_size; member
/device/soc/rockchip/common/sdk_linux/net/bluetooth/
H A Dl2cap_sock.c610 sec.key_size = chan->conn->hcon->enc_key_size; in l2cap_sock_getsockopt()

Completed in 28 milliseconds