| /lib/efi_loader/ |
| A D | efi_freestanding.c | 45 void *memmove(void *dest, const void *src, size_t n) in memmove() function 72 return memmove(dest, src, n); in memcpy()
|
| A D | efi_debug_support.c | 163 memmove(&table[index], in efi_core_remove_debug_image_info_entry()
|
| A D | efi_file.c | 100 memmove(p, src, strlen(src) + 1); in sanitize_path() 119 memmove(p, src, strlen(src) + 1); in sanitize_path() 138 memmove(p, src, strlen(src) + 1); in sanitize_path()
|
| /lib/ |
| A D | md5.c | 94 memmove(p, buf, len); in MD5Update() 97 memmove(p, buf, t); in MD5Update() 106 memmove(ctx->in, buf, 64); in MD5Update() 115 memmove(ctx->in, buf, len); in MD5Update() 160 memmove(digest, ctx->buf, 16); in MD5Final()
|
| A D | membuf.c | 260 memmove(mb->start + topsize, mb->start, botsize); in membuf_makecontig() 354 memmove(mb->tail + by, mb->tail, orig - oldtail); in membuf_extend_by()
|
| A D | lz4.c | 343 memmove(op, ip, length); in LZ4_decompress_generic() 419 memmove(op, dictEnd - (lowPrefix - match), in LZ4_decompress_generic()
|
| A D | string.c | 598 __rcode __used void *memmove(void *dest, const void *src, size_t count) in memmove() function
|
| A D | slre.c | 294 memmove(r->code + begin + shift, r->code + begin, r->code_size - begin); in relocate()
|
| /lib/mbedtls/external/mbedtls/library/ |
| A D | x509write_csr.c | 251 memmove(buf, c, len); in x509write_csr_der_internal() 268 memmove(c2, buf, len); in x509write_csr_der_internal()
|
| A D | nist_kw.c | 160 memmove(output + KW_SEMIBLOCK_LENGTH, input, in_len); in mbedtls_nist_kw_wrap() 275 memmove(output, input + KW_SEMIBLOCK_LENGTH, (semiblocks - 1) * KW_SEMIBLOCK_LENGTH); in unwrap()
|
| A D | x509write_crt.c | 624 memmove(buf, c, len); in mbedtls_x509write_crt_der() 644 memmove(c, buf, len); in mbedtls_x509write_crt_der()
|
| A D | mps_reader.c | 509 memmove(acc, acc + acc_backup_offset, acc_backup_len); in mbedtls_mps_reader_reclaim()
|
| A D | psa_util.c | 475 memmove(der, p, len); in mbedtls_ecdsa_raw_to_der()
|
| A D | pkwrite.c | 369 memmove(*p, start, len); in pk_write_opaque_pubkey()
|
| A D | psa_crypto_rsa.c | 182 memmove(data, data + data_size - ret, ret); in mbedtls_psa_rsa_export_key()
|
| /lib/lwip/lwip/src/core/ |
| A D | def.c | 261 memmove(res, tmp, (size_t)((result + bufsize) - tmp)); in lwip_itoa()
|
| /lib/mbedtls/external/mbedtls/tests/suites/ |
| A D | test_suite_pkwrite.function | 22 memmove(&in_str[i], &in_str[i+1], chars_left);
|
| A D | test_suite_constant_time.function | 456 memmove(buf_expected, buf_expected + o, l - o);
|
| /lib/mbedtls/external/mbedtls/programs/x509/ |
| A D | cert_req.c | 229 memmove(semicolon-1, semicolon, size_left); in main()
|
| A D | cert_write.c | 550 memmove(semicolon-1, semicolon, size_left); in main()
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | multilink.c | 366 memmove(p, q, l); in remove_bundle_link()
|
| /lib/lwip/lwip/test/sockets/ |
| A D | sockets_stresstest.c | 145 memmove(p, &p[len_rx], data_left); in check_test_data()
|
| /lib/rsa/ |
| A D | rsa-keyprop.c | 511 memmove(x + 2, x + 1, (mlen - 1) * sizeof *x); in br_i32_muladd_small()
|
| /lib/lwip/lwip/src/include/lwip/ |
| A D | opt.h | 154 #define MEMMOVE(dst,src,len) memmove(dst,src,len)
|
| /lib/lwip/lwip/src/netif/ |
| A D | lowpan6.c | 405 memmove(&buffer[ieee_header_len + 4], &buffer[ieee_header_len], lowpan6_header_len); in lowpan6_frag()
|