Searched defs:kbuf (Results 1 – 10 of 10) sorted by relevance
/external/linux-tools-perf/src/tools/lib/traceevent/ |
D | kbuffer-parse.c | 90 static int do_swap(struct kbuffer *kbuf) in do_swap() 140 static unsigned long long read_8(struct kbuffer *kbuf, void *ptr) in read_8() 145 static unsigned int read_4(struct kbuffer *kbuf, void *ptr) in read_4() 150 static unsigned long long __read_long_8(struct kbuffer *kbuf, void *ptr) in __read_long_8() 155 static unsigned long long __read_long_4(struct kbuffer *kbuf, void *ptr) in __read_long_4() 160 static unsigned long long read_long(struct kbuffer *kbuf, void *ptr) in read_long() 165 static int calc_index(struct kbuffer *kbuf, void *ptr) in calc_index() 182 struct kbuffer *kbuf; in kbuffer_alloc() local 238 void kbuffer_free(struct kbuffer *kbuf) in kbuffer_free() 243 static unsigned int type4host(struct kbuffer *kbuf, in type4host() [all …]
|
/external/openssh/ |
D | kexdhc.c | 102 u_char *kbuf = NULL, *server_host_key_blob = NULL, *signature = NULL; in input_kex_dh() local
|
D | kexecdhs.c | 72 u_char *kbuf = NULL; in input_kex_ecdh_init() local
|
D | kexdhs.c | 93 u_char *kbuf = NULL, *signature = NULL, *server_host_key_blob = NULL; in input_kex_dh_init() local
|
D | kexecdhc.c | 108 u_char *kbuf = NULL; in input_kex_ecdh_reply() local
|
D | kexgexs.c | 152 u_char *kbuf = NULL, *signature = NULL, *server_host_key_blob = NULL; in input_kex_dh_gex_init() local
|
D | kexgexc.c | 159 u_char *kbuf = NULL, *signature = NULL, *server_host_key_blob = NULL; in input_kex_dh_gex_reply() local
|
D | ssh-keygen.c | 2117 struct sshbuf *kbuf; in do_gen_krl() local
|
/external/vboot_reference/firmware/lib/ |
D | vboot_kernel.c | 44 uint8_t* kbuf = NULL; in LoadKernel() local
|
/external/vboot_reference/tests/ |
D | vb21_common_tests.c | 258 struct vb2_keyblock *kbuf; in test_verify_keyblock() local
|