Home
last modified time | relevance | path

Searched defs:input_buff (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dcse_fpt.c44 struct buffer input_buff; member
67 static int get_fpt_buff(struct buffer *input_buff, struct buffer *fpt_buff) in get_fpt_buff()
141 struct buffer *input_buff = &fpt.input_buff; in fpt_parse() local
H A Dcse_serger.c81 struct buffer input_buff; member
207 static int subpart_read(struct buffer *input_buff) in subpart_read()
342 struct buffer *input_buff = &ifwi.input_buff; in ifwi_parse() local
H A Difwitool.c357 struct buffer input_buff; member
/aosp_15_r20/trusty/user/app/sample/hwcryptohal/server/
Dcrypto_operation.rs416 let mut input_buff = TempBuffer::new(); in cbcs_update() localVariable