Searched refs:input_len (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/util/blake3/ |
D | blake3.c | 35 const uint8_t *input, size_t input_len) { in chunk_state_fill_buf() argument 37 if (take > input_len) { in chunk_state_fill_buf() 38 take = input_len; in chunk_state_fill_buf() 113 size_t input_len) { in chunk_state_update() argument 115 size_t take = chunk_state_fill_buf(self, input, input_len); in chunk_state_update() 117 input_len -= take; in chunk_state_update() 118 if (input_len > 0) { in chunk_state_update() 128 while (input_len > BLAKE3_BLOCK_LEN) { in chunk_state_update() 134 input_len -= BLAKE3_BLOCK_LEN; in chunk_state_update() 137 size_t take = chunk_state_fill_buf(self, input, input_len); in chunk_state_update() [all …]
|
D | blake3.h | 49 size_t input_len);
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu_linux.c | 344 ioctl_queryinformation_fe(void *wl, int cmd, void* input_buf, int *input_len) in ioctl_queryinformation_fe() argument 347 return dhd_ioctl(wl, cmd, input_buf, *input_len, FALSE); in ioctl_queryinformation_fe() 352 (unsigned long*)input_len, 0, RDHD_GET_IOCTL); in ioctl_queryinformation_fe()
|
/hardware/st/secure_element2/secure_element/1.0/ |
D | SecureElement.cpp | 570 int input_len = n; in dump_bytes() local 574 msg = (char*) malloc ( (pf ? strlen(pf) : 0) + input_len * 3 + 1); in dump_bytes() 583 while (input_len--) { in dump_bytes() 585 if (input_len && sep) { in dump_bytes()
|
/hardware/st/secure_element2/secure_element/aidl/ |
D | SecureElement.cpp | 603 int input_len = n; in dump_bytes() local 607 msg = (char*) malloc ( (pf ? strlen(pf) : 0) + input_len * 3 + 1); in dump_bytes() 616 while (input_len--) { in dump_bytes() 618 if (input_len && sep) { in dump_bytes()
|
/hardware/st/secure_element2/secure_element/1.1/ |
D | SecureElement.cpp | 609 int input_len = n; in dump_bytes() local 613 msg = (char*) malloc ( (pf ? strlen(pf) : 0) + input_len * 3 + 1); in dump_bytes() 622 while (input_len--) { in dump_bytes() 624 if (input_len && sep) { in dump_bytes()
|
/hardware/st/secure_element2/secure_element/1.2/ |
D | SecureElement.cpp | 646 int input_len = n; in dump_bytes() local 650 msg = (char*) malloc ( (pf ? strlen(pf) : 0) + input_len * 3 + 1); in dump_bytes() 659 while (input_len--) { in dump_bytes() 661 if (input_len && sep) { in dump_bytes()
|