Home
last modified time | relevance | path

Searched defs:load_buf (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/wrapper/platform/
H A Dssl_pm.c659 unsigned char *load_buf; in x509_pm_load() local
739 unsigned char *load_buf; in pkey_pm_load() local
/aosp_15_r20/external/coreboot/payloads/libpayload/tests/libcbfs/
H A Dcbfs-lookup-test.c511 uint8_t load_buf[1 * KiB]; in test_cbfs_load() local
/aosp_15_r20/system/core/fastboot/
H A Dfastboot.cpp1088 static bool load_buf(const char* fname, struct fastboot_buffer* buf, const FlashingPlan* fp) { in load_buf() function