Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 25 of 67) sorted by relevance

123

/lib/mbedtls/external/mbedtls/programs/psa/
A Dpsa_constant_names.c43 static void append(char **buffer, size_t buffer_size, in append()
54 static void append_integer(char **buffer, size_t buffer_size, in append_integer()
71 static void append_with_curve(char **buffer, size_t buffer_size, in append_with_curve()
89 static void append_with_group(char **buffer, size_t buffer_size, in append_with_group()
109 static void append_with_alg(char **buffer, size_t buffer_size, in append_with_alg()
126 static int psa_snprint_status(char *buffer, size_t buffer_size, in psa_snprint_status()
143 static int psa_snprint_ecc_curve(char *buffer, size_t buffer_size, in psa_snprint_ecc_curve()
160 static int psa_snprint_dh_group(char *buffer, size_t buffer_size, in psa_snprint_dh_group()
198 char buffer[200]; in process_signed() local
237 char buffer[200]; in process_unsigned() local
A Dpsa_constant_names_generated.c90 static int psa_snprint_key_type(char *buffer, size_t buffer_size, in psa_snprint_key_type()
148 static int psa_snprint_algorithm(char *buffer, size_t buffer_size, in psa_snprint_algorithm()
379 static int psa_snprint_key_usage(char *buffer, size_t buffer_size, in psa_snprint_key_usage()
/lib/efi_loader/
A Defi_gop.c126 struct efi_gop_pixel *buffer = __builtin_assume_aligned(bufferp, 4); in gop_blt_int() local
287 struct efi_gop_pixel *buffer, in gop_blt_video_fill()
299 struct efi_gop_pixel *buffer, in gop_blt_buf_to_vid16()
310 struct efi_gop_pixel *buffer, in gop_blt_buf_to_vid30()
321 struct efi_gop_pixel *buffer, in gop_blt_buf_to_vid32()
332 struct efi_gop_pixel *buffer, in gop_blt_vid_to_vid()
344 struct efi_gop_pixel *buffer, in gop_blt_vid_to_buf()
370 struct efi_gop_pixel buffer = {0, 0, 0, 0}; in gop_set_mode() local
412 struct efi_gop_pixel *buffer, in gop_blt()
A Defi_file.c154 void *buffer = &actwrite; in efi_create_file() local
466 void *buffer) in file_read()
509 void *buffer) in dir_read()
580 efi_uintn_t *buffer_size, void *buffer) in efi_file_read_int()
616 efi_uintn_t *buffer_size, void *buffer) in efi_file_read()
663 efi_uintn_t *buffer_size, void *buffer) in efi_file_write_int()
716 void *buffer) in efi_file_write()
844 void *buffer) in efi_file_getinfo()
953 void *buffer) in efi_file_setinfo()
A Defi_load_initrd.c87 static efi_status_t efi_initrd_from_mem(efi_uintn_t *buffer_size, void *buffer) in efi_initrd_from_mem()
130 efi_uintn_t *buffer_size, void *buffer) in efi_load_file2_initrd()
A Defi_device_path_to_text.c340 u16 *buffer; in dp_media() local
369 char *buffer, in efi_convert_single_device_node_to_text()
448 char buffer[MAX_PATH_LEN]; in efi_convert_device_path_to_text() local
A Defi_string.c29 u16 *efi_create_indexed_name(u16 *buffer, size_t buffer_size, const char *name, in efi_create_indexed_name()
A Dinitrddump.c179 static efi_status_t efi_input(u16 *buffer, efi_uintn_t buffer_size) in efi_input()
282 u64 buffer; in get_initrd() local
/lib/lwip/lwip/contrib/examples/httpd/genfiles_example/
A Dgenfiles_example.c154 fs_read_async_custom(struct fs_file *file, char *buffer, int count, fs_wait_cb callback_fn, void *c… in fs_read_async_custom()
171 fs_read_custom(struct fs_file *file, char *buffer, int count) in fs_read_custom()
/lib/
A Doid_registry.c110 int sprint_oid(const void *data, size_t datasize, char *buffer, size_t bufsize) in sprint_oid()
167 int sprint_OID(enum OID oid, char *buffer, size_t bufsize) in sprint_OID()
A Dcrc16.c55 u16 crc16(u16 crc, u8 const *buffer, size_t len) in crc16()
A Dcrc7.c56 u8 crc7(u8 crc, const u8 *buffer, size_t len) in crc7()
/lib/crypto/
A Dmscode_parser.c50 char buffer[50]; in mscode_note_content_type() local
79 char buffer[50]; in mscode_note_digest_algo() local
/lib/efi_selftest/
A Defi_selftest_manageprotocols.c49 efi_handle_t *buffer) in find_in_buffer()
140 efi_handle_t *buffer; in execute() local
A Defi_selftest_loadimage.c276 (struct efi_file_handle *this, efi_uintn_t *buffer_size, void *buffer) in efi_st_read()
293 (struct efi_file_handle *this, efi_uintn_t *buffer_size, void *buffer) in efi_st_write()
323 efi_uintn_t *buffer_size, void *buffer) in efi_st_getinfo()
354 efi_uintn_t buffer_size, void *buffer) in efi_st_setinfo()
/lib/lwip/lwip/contrib/apps/udpecho/
A Dudpecho.c48 char buffer[4096]; in udpecho_thread() local
/lib/lwip/lwip/src/include/netif/ppp/polarssl/
A Dmd4.h49 unsigned char buffer[64]; /*!< data block being processed */ member
A Dmd5.h49 unsigned char buffer[64]; /*!< data block being processed */ member
A Dsha1.h49 unsigned char buffer[64]; /*!< data block being processed */ member
/lib/lwip/lwip/src/core/
A Ddef.c105 lwip_strnstr(const char *buffer, const char *token, size_t n) in lwip_strnstr()
128 lwip_strnistr(const char *buffer, const char *token, size_t n) in lwip_strnistr()
/lib/mbedtls/external/mbedtls/library/
A Dpsa_crypto_core.h888 uint8_t *buffer; member
918 uint8_t *buffer; member
/lib/efi_driver/
A Defi_block_device.c64 void *buffer) in efi_bl_read()
93 const void *buffer) in efi_bl_write()
/lib/lwip/lwip/contrib/examples/httpd/fs_example/
A Dfs_example.c245 fs_read_async_custom(struct fs_file *file, char *buffer, int count, fs_wait_cb callback_fn, void *c… in fs_read_async_custom()
300 fs_read_custom(struct fs_file *file, char *buffer, int count) in fs_read_custom()
/lib/lwip/lwip/src/apps/http/
A Dfs.c99 fs_read_async(struct fs_file *file, char *buffer, int count, fs_wait_cb callback_fn, void *callback… in fs_read_async()
/lib/lwip/lwip/contrib/examples/ppp/
A Dpppos_example.c55 u8_t buffer[128]; in pppos_rx_thread() local

Completed in 45 milliseconds

123