Home
last modified time | relevance | path

Searched refs:memmove (Results 1 – 25 of 37) sorted by relevance

12

/lib/efi_loader/
A Defi_freestanding.c45 void *memmove(void *dest, const void *src, size_t n) in memmove() function
72 return memmove(dest, src, n); in memcpy()
A Defi_debug_support.c163 memmove(&table[index], in efi_core_remove_debug_image_info_entry()
A Defi_file.c100 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 Dmd5.c94 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 Dmembuf.c260 memmove(mb->start + topsize, mb->start, botsize); in membuf_makecontig()
354 memmove(mb->tail + by, mb->tail, orig - oldtail); in membuf_extend_by()
A Dlz4.c343 memmove(op, ip, length); in LZ4_decompress_generic()
419 memmove(op, dictEnd - (lowPrefix - match), in LZ4_decompress_generic()
A Dstring.c598 __rcode __used void *memmove(void *dest, const void *src, size_t count) in memmove() function
A Dslre.c294 memmove(r->code + begin + shift, r->code + begin, r->code_size - begin); in relocate()
/lib/mbedtls/external/mbedtls/library/
A Dx509write_csr.c251 memmove(buf, c, len); in x509write_csr_der_internal()
268 memmove(c2, buf, len); in x509write_csr_der_internal()
A Dnist_kw.c160 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 Dx509write_crt.c624 memmove(buf, c, len); in mbedtls_x509write_crt_der()
644 memmove(c, buf, len); in mbedtls_x509write_crt_der()
A Dmps_reader.c509 memmove(acc, acc + acc_backup_offset, acc_backup_len); in mbedtls_mps_reader_reclaim()
A Dpsa_util.c475 memmove(der, p, len); in mbedtls_ecdsa_raw_to_der()
A Dpkwrite.c369 memmove(*p, start, len); in pk_write_opaque_pubkey()
A Dpsa_crypto_rsa.c182 memmove(data, data + data_size - ret, ret); in mbedtls_psa_rsa_export_key()
/lib/lwip/lwip/src/core/
A Ddef.c261 memmove(res, tmp, (size_t)((result + bufsize) - tmp)); in lwip_itoa()
/lib/mbedtls/external/mbedtls/tests/suites/
A Dtest_suite_pkwrite.function22 memmove(&in_str[i], &in_str[i+1], chars_left);
A Dtest_suite_constant_time.function456 memmove(buf_expected, buf_expected + o, l - o);
/lib/mbedtls/external/mbedtls/programs/x509/
A Dcert_req.c229 memmove(semicolon-1, semicolon, size_left); in main()
A Dcert_write.c550 memmove(semicolon-1, semicolon, size_left); in main()
/lib/lwip/lwip/src/netif/ppp/
A Dmultilink.c366 memmove(p, q, l); in remove_bundle_link()
/lib/lwip/lwip/test/sockets/
A Dsockets_stresstest.c145 memmove(p, &p[len_rx], data_left); in check_test_data()
/lib/rsa/
A Drsa-keyprop.c511 memmove(x + 2, x + 1, (mlen - 1) * sizeof *x); in br_i32_muladd_small()
/lib/lwip/lwip/src/include/lwip/
A Dopt.h154 #define MEMMOVE(dst,src,len) memmove(dst,src,len)
/lib/lwip/lwip/src/netif/
A Dlowpan6.c405 memmove(&buffer[ieee_header_len + 4], &buffer[ieee_header_len], lowpan6_header_len); in lowpan6_frag()

Completed in 58 milliseconds

12