HomeSort by relevance Sort by last modified time
    Searched full:bcopy (Results 151 - 175 of 575) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/ipsec-tools/src/racoon/missing/crypto/sha2/
sha2.c 55 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro
338 bcopy(sha256_initial_hash_value, context->state, SHA256_DIGEST_LENGTH);
536 bcopy(data, &context->buffer[usedspace], freespace);
543 bcopy(data, &context->buffer[usedspace], len);
559 bcopy(data, context->buffer, len);
620 bcopy(context->state, d, SHA256_DIGEST_LENGTH);
666 bcopy(sha512_initial_hash_value, context->state, SHA512_DIGEST_LENGTH);
858 bcopy(data, &context->buffer[usedspace], freespace);
865 bcopy(data, &context->buffer[usedspace], len);
881 bcopy(data, context->buffer, len)
    [all...]
  /external/clang/test/Analysis/
bstring.c 435 // bcopy()
438 #define bcopy BUILTIN(bcopy) macro
440 void bcopy(/*const*/ void *s1, void *s2, size_t n);
447 bcopy(src, dst, 4); // no-warning
458 bcopy(src, dst, 5); // expected-warning{{out-of-bound}}
465 bcopy(src, dst, 4); // expected-warning{{overflow}}
taint-generic.c 30 void bcopy(void *s1, void *s2, size_t n);
145 bcopy(buf1, dst, ts); // expected-warning {{Untrusted data is used to specify the buffer size}}
  /bionic/libc/kernel/uapi/linux/
mroute6.h 65 #define IF_COPY(f,t) bcopy(f, t, sizeof(* (f)))
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
sum.c 95 Bcopy(b, c);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostbynis.c 84 bcopy((char *)result, (char *)&ypbuf, resultlen);
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
writev.c 131 bcopy(iov->iov_base, pBuf, iov->iov_len);
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
sum.c 98 Bcopy(b, c);
  /external/expat/
expat_config.h 7 /* Define to 1 if you have the `bcopy' function. */
  /external/kernel-headers/original/uapi/linux/
mroute6.h 57 #define IF_COPY(f, t) bcopy(f, t, sizeof(*(f)))
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/
rpc_clnttcp_create.c 65 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
rpc_clnttcp_create_limits.c 76 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
rpc_clnttcp_create_stress.c 69 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/
rpc_clntudp_bufcreate.c 69 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
rpc_clntudp_bufcreate_limits.c 80 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/
rpc_clntudp_create.c 69 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
rpc_clntudp_create_stress.c 73 bcopy(hp->h_addr, (caddr_t) & server_addr.sin_addr, hp->h_length);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
mroute6.h 56 #define IF_COPY(f, t) bcopy(f, t, sizeof(*(f)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
mroute6.h 57 #define IF_COPY(f, t) bcopy(f, t, sizeof(*(f)))
  /test/vts/agents/hal/
SocketServerForDriver.cpp 65 bcopy((char*)server->h_addr, (char*)&serv_addr.sin_addr.s_addr,
  /external/ppp/pppd/
chap_ms.c 451 BCOPY(inp, msg, len);
518 BCOPY(PasswordHash, ZPasswordHash, MD4_SIGNATURE_SIZE);
558 BCOPY(sha1Hash, Challenge, 8);
747 BCOPY(Digest, mppe_send_key, sizeof(mppe_send_key));
748 BCOPY(Digest, mppe_recv_key, sizeof(mppe_recv_key));
847 BCOPY(Digest, mppe_send_key, sizeof(mppe_send_key));
863 BCOPY(Digest, mppe_recv_key, sizeof(mppe_recv_key));
937 BCOPY(PeerChallenge, &response[MS_CHAP2_PEER_CHALLENGE],
  /toolchain/binutils/binutils-2.25/libiberty/
configure.ac 335 funcs="$funcs bcopy"
399 basename bcmp bcopy bsearch bzero \
475 AC_LIBOBJ([bcopy])
497 asprintf | basename | bcmp | bcopy | bzero | clock | ffs | getpagesize | index | insque | mempcpy | mkstemps | random | rindex | sigsetmask | stpcpy | stpncpy | strdup | strndup | strnlen | strverscmp | vasprintf | waitpid)
521 for f in atexit basename bcmp bcopy bsearch bzero calloc clock ffs \
  /external/pcre/dist2/src/
config.h.generic 27 PCRE2 uses memmove() if HAVE_MEMMOVE is defined; otherwise it uses bcopy() if
28 HAVE_BCOPY is defined. If your system has neither bcopy() nor memmove(), make
51 /* Define to 1 if you have the `bcopy' function. */
config.h.in 27 PCRE2 uses memmove() if HAVE_MEMMOVE is defined; otherwise it uses bcopy() if
28 HAVE_BCOPY is defined. If your system has neither bcopy() nor memmove(), make
51 /* Define to 1 if you have the `bcopy' function. */
  /external/pcre/include_internal/
config.h 27 PCRE2 uses memmove() if HAVE_MEMMOVE is defined; otherwise it uses bcopy() if
28 HAVE_BCOPY is defined. If your system has neither bcopy() nor memmove(), make
51 /* Define to 1 if you have the `bcopy' function. */

Completed in 522 milliseconds

1 2 3 4 5 67 8 91011>>