Home
last modified time | relevance | path

Searched defs:workbuf (Results 1 – 25 of 51) sorted by relevance

123

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmgcwork.go324 type workbuf struct { struct
325 _ sys.NotInHeap
326 workbufhdr
328 obj [(_WorkbufSize - unsafe.Sizeof(workbufhdr{})) / goarch.PtrSize]uintptr
336 func (b *workbuf) checknonempty() {
342 func (b *workbuf) checkempty() {
408 func putempty(b *workbuf) {
418 func putfull(b *workbuf) {
437 func handoff(b *workbuf) *workbuf {
/aosp_15_r20/external/vboot_reference/tests/
H A Dvb20_rsa_padding_tests.c19 void *workbuf, int exp) { in vb2_modexp()
25 uint8_t *inout, void *workbuf, in vb2ex_hwcrypto_modexp()
37 uint8_t workbuf[VB2_VERIFY_DIGEST_WORKBUF_BYTES] in test_signatures() local
74 uint8_t workbuf[VB2_VERIFY_DIGEST_WORKBUF_BYTES] in test_verify_digest() local
H A Dvb20_hwcrypto_rsa_padding_tests.c19 void *workbuf, int exp) { in vb2_modexp()
25 uint8_t *inout, void *workbuf, in vb2ex_hwcrypto_modexp()
37 uint8_t workbuf[VB2_VERIFY_DIGEST_WORKBUF_BYTES] in test_signatures() local
74 uint8_t workbuf[VB2_VERIFY_DIGEST_WORKBUF_BYTES] in test_verify_digest() local
H A Dvb2_common3_tests.c142 uint8_t workbuf[VB2_KEYBLOCK_VERIFY_WORKBUF_BYTES] in test_verify_keyblock() local
207 uint8_t workbuf[VB2_VERIFY_FIRMWARE_PREAMBLE_WORKBUF_BYTES] in test_verify_fw_preamble() local
349 uint8_t workbuf[VB2_VERIFY_FIRMWARE_PREAMBLE_WORKBUF_BYTES] in test_verify_kernel_preamble() local
H A Dvb2_gbb_init_tests.c15 uint8_t workbuf[VB2_KERNEL_WORKBUF_RECOMMENDED_SIZE] in test_abort_if_gbb_uninit() local
H A Dvb2_misc2_tests.c16 static uint8_t workbuf[VB2_KERNEL_WORKBUF_RECOMMENDED_SIZE] variable
H A Dvb2_secdata_firmware_tests.c17 static uint8_t workbuf[VB2_FIRMWARE_WORKBUF_RECOMMENDED_SIZE] variable
H A Dvb2_secdata_fwmp_tests.c14 static uint8_t workbuf[VB2_FIRMWARE_WORKBUF_RECOMMENDED_SIZE] variable
H A Dvb21_host_common_tests.c212 uint8_t workbuf[VB2_VERIFY_DATA_WORKBUF_BYTES] in test_verify_hash() local
H A Dverify_kernel.c18 static uint8_t workbuf[VB2_KERNEL_WORKBUF_RECOMMENDED_SIZE] variable
H A Dvb2_preamble_fuzzer.c14 static uint8_t workbuf[VB2_FIRMWARE_WORKBUF_RECOMMENDED_SIZE] variable
H A Dvb2_nvstorage_tests.c83 uint8_t workbuf[VB2_FIRMWARE_WORKBUF_RECOMMENDED_SIZE] in nv_storage_test() local
H A Dvb2_auxfw_sync_tests.c22 static uint8_t workbuf[VB2_KERNEL_WORKBUF_RECOMMENDED_SIZE] variable
H A Dvb2_keyblock_fuzzer.c14 static uint8_t workbuf[VB2_FIRMWARE_WORKBUF_RECOMMENDED_SIZE] variable
H A Dvb20_hwcrypto_verify_fw.c158 uint8_t workbuf[VB2_FIRMWARE_WORKBUF_RECOMMENDED_SIZE] in main() local
H A Dvb20_verify_fw.c158 uint8_t workbuf[VB2_FIRMWARE_WORKBUF_RECOMMENDED_SIZE] in main() local
H A Dvb2_secdata_kernel_tests.c17 static uint8_t workbuf[VB2_FIRMWARE_WORKBUF_RECOMMENDED_SIZE] variable
/aosp_15_r20/external/vboot_reference/firmware/2lib/
H A D2context.c26 vb2_error_t vb2api_init(void *workbuf, uint32_t size, in vb2api_init()
95 vb2_error_t vb2api_reinit(void *workbuf, struct vb2_context **ctxptr) in vb2api_reinit()
H A D2rsa.c129 void *workbuf, int exp) in vb2_modexp()
332 void *workbuf; in vb2_rsa_verify_digest() local
H A D2stub_hwcrypto.c42 void *workbuf, size_t workbuf_size, int exp) in vb2ex_hwcrypto_modexp()
/aosp_15_r20/external/vboot_reference/futility/
H A Dvb1_helper.c505 uint8_t workbuf[VB2_KERNEL_WORKBUF_RECOMMENDED_SIZE] in VerifyKernelBlob() local
749 uint8_t workbuf[VB2_KERNEL_WORKBUF_RECOMMENDED_SIZE] in ft_recognize_vblock1() local
/aosp_15_r20/external/vboot_reference/utility/
H A Dverify_data.c32 uint8_t workbuf[VB2_VERIFY_DIGEST_WORKBUF_BYTES] in main() local
H A Dload_kernel_test.c22 static uint8_t workbuf[VB2_KERNEL_WORKBUF_RECOMMENDED_SIZE]; variable
/aosp_15_r20/external/coreboot/src/soc/amd/common/psp_verstage/
H A Dvboot_crypto.c138 void *workbuf, size_t workbuf_size, in vb2ex_hwcrypto_modexp()
/aosp_15_r20/external/coreboot/src/lib/
H A Djpeg.c113 wuffs_base__slice_u8 workbuf = in jpeg_decode() local

123