/external/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
D | rijndael-api-fst.c | 35 #define bcopy(a, b, c) memcpy(b, a, c) macro 61 bcopy(keyMaterial, key->keyMaterial, keyLen/8); in rijndael_makeKey() 86 bcopy(IV, cipher->IV, MAX_IV_SIZE); in rijndael_cipherInit() 120 bcopy(cipher->IV, block, 16); in rijndael_blockEncrypt() 121 bcopy(input, iv, 16); in rijndael_blockEncrypt() 136 bcopy(outBuffer, block, 16); in rijndael_blockEncrypt() 137 bcopy(input, iv, 16); in rijndael_blockEncrypt() 156 bcopy(cipher->IV, iv, 16); in rijndael_blockEncrypt() 233 bcopy(input, block, 16 - padLen); in rijndael_padEncrypt() 297 bcopy(cipher->IV, iv, 16); in rijndael_blockDecrypt() [all …]
|
/external/clang/test/Analysis/ |
D | bstring.c | 399 #define bcopy BUILTIN(bcopy) macro 401 void bcopy(/*const*/ void *s1, void *s2, size_t n); 408 bcopy(src, dst, 4); // no-warning in bcopy0() 419 bcopy(src, dst, 5); // expected-warning{{out-of-bound}} in bcopy1() 426 bcopy(src, dst, 4); // expected-warning{{overflow}} in bcopy2()
|
D | 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}} in testTaintedBufferSize()
|
/external/chromium_org/third_party/mach_override/ |
D | mach_override.c | 492 bcopy( kIslandTemplate, island->instructions, sizeof( kIslandTemplate ) ); in setBranchIslandTarget() 523 bcopy( kIslandTemplate, island->instructions, sizeof( kIslandTemplate ) ); in setBranchIslandTarget_i386() 527 bcopy (instructions, island->instructions + kInstructions, kOriginalInstructionsSize); in setBranchIslandTarget_i386() 546 bcopy( kIslandTemplate, island->instructions, sizeof( kIslandTemplate ) ); in setBranchIslandTarget_i386() 550 bcopy (instructions, island->instructions, kOriginalInstructionsSize); in setBranchIslandTarget_i386() 612 bcopy(code, originalInstructions, totalEaten); in eatKnownInstructions()
|
/external/qemu/slirp-android/ |
D | ip_input.c | 575 bcopy((caddr_t)(cp + off), (caddr_t)&ipaddr.sin_addr, 590 bcopy((caddr_t)&(IA_SIN(ia)->sin_addr), 610 bcopy((caddr_t)(&ip->ip_dst), (caddr_t)&ipaddr.sin_addr, 622 bcopy((caddr_t)&(IA_SIN(ia)->sin_addr), 652 bcopy((caddr_t)&IA_SIN(ia)->sin_addr, 661 bcopy((caddr_t)sin, (caddr_t)&ipaddr.sin_addr, 672 bcopy((caddr_t)&ntime, (caddr_t)cp + ipt->ipt_ptr - 1,
|
D | slirp.h | 91 #define memmove(x, y, z) bcopy(y, x, z)
|
/external/qemu/slirp/ |
D | ip_input.c | 575 bcopy((caddr_t)(cp + off), (caddr_t)&ipaddr.sin_addr, 590 bcopy((caddr_t)&(IA_SIN(ia)->sin_addr), 610 bcopy((caddr_t)(&ip->ip_dst), (caddr_t)&ipaddr.sin_addr, 622 bcopy((caddr_t)&(IA_SIN(ia)->sin_addr), 652 bcopy((caddr_t)&IA_SIN(ia)->sin_addr, 661 bcopy((caddr_t)sin, (caddr_t)&ipaddr.sin_addr, 672 bcopy((caddr_t)&ntime, (caddr_t)cp + ipt->ipt_ptr - 1,
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_auth.c | 97 bcopy(list, new_list, sizeof(*new_list)); in sctp_copy_chunklist() 343 bcopy(key, new_key->key, keylen); in sctp_set_key() 432 bcopy(shared->key, key_ptr, shared->keylen); in sctp_compute_hashkey() 436 bcopy(key1->key, key_ptr, key1->keylen); in sctp_compute_hashkey() 440 bcopy(key2->key, key_ptr, key2->keylen); in sctp_compute_hashkey() 445 bcopy(shared->key, key_ptr, shared->keylen); in sctp_compute_hashkey() 449 bcopy(key2->key, key_ptr, key2->keylen); in sctp_compute_hashkey() 453 bcopy(key1->key, key_ptr, key1->keylen); in sctp_compute_hashkey() 775 bcopy(&hmac_id, ptr, sizeof(hmac_id)); 979 bcopy(key, ipad, keylen); [all …]
|
/external/ipsec-tools/src/racoon/missing/crypto/sha2/ |
D | sha2.c | 55 #define bcopy(a, b, c) memcpy((b), (a), (c)) macro 338 bcopy(sha256_initial_hash_value, context->state, SHA256_DIGEST_LENGTH); in SHA256_Init() 536 bcopy(data, &context->buffer[usedspace], freespace); in SHA256_Update() 543 bcopy(data, &context->buffer[usedspace], len); in SHA256_Update() 559 bcopy(data, context->buffer, len); in SHA256_Update() 620 bcopy(context->state, d, SHA256_DIGEST_LENGTH); in SHA256_Final() 666 bcopy(sha512_initial_hash_value, context->state, SHA512_DIGEST_LENGTH); in SHA512_Init() 858 bcopy(data, &context->buffer[usedspace], freespace); in SHA512_Update() 865 bcopy(data, &context->buffer[usedspace], len); in SHA512_Update() 881 bcopy(data, context->buffer, len); in SHA512_Update() [all …]
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
D | sunos4.h | 80 #define memmove(to,from,len) bcopy((char*)(from),(char*)(to),len) 82 extern void bcopy(const char *, char *, int);
|
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
D | user_mbuf.c | 738 bcopy(mtod(n, caddr_t), mtod(m, caddr_t) + m->m_len, in m_pullup() 905 bcopy(mtod(n, caddr_t) + off, mtod(n->m_next, caddr_t), hlen); in m_pulldown() 927 bcopy(mtod(n, caddr_t) + off, mtod(o, caddr_t), hlen); in m_pulldown() 1033 bcopy(mtod(m, caddr_t)+off, mtod(n, caddr_t), in m_copym() 1101 bcopy(t + 1, p + 1, t->m_tag_len); /* Copy the data */ in m_tag_copy() 1157 bcopy(cp, off + mtod(m, caddr_t), (u_int)mlen); in m_copyback() 1233 bcopy(mtod(m, caddr_t) + off, cp, count); in m_copydata() 1260 bcopy(mtod(n, caddr_t), mtod(m, caddr_t) + m->m_len, (u_int)n->m_len); in m_cat() 1403 bcopy(mtod(m, caddr_t) + len, mtod(n, caddr_t), remain); in m_split() 1424 bcopy(mtod(mb, caddr_t), buffer+offset, count_to_copy); in pack_send_buffer()
|
/external/llvm/lib/Support/ |
D | regutils.h | 55 #define memmove(d, s, c) bcopy(s, d, c)
|
/external/tcpdump/lbl/ |
D | os-ultrix4.h | 26 void bcopy(const void *, void *, u_int);
|
D | os-sunos4.h | 58 void bcopy(const void *, void *, u_int);
|
/external/libpcap/lbl/ |
D | os-ultrix4.h | 26 void bcopy(const void *, void *, u_int);
|
D | os-sunos4.h | 58 void bcopy(const void *, void *, u_int);
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | casted-argument.ll | 21 tail call void @bcopy(i8* %ge) nounwind 48 declare void @bcopy(i8* nocapture) nounwind
|
/external/qemu/distrib/jpeg-6b/ |
D | jinclude.h | 62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size))
|
/external/chromium_org/third_party/libjpeg_turbo/ |
D | jinclude.h | 62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size))
|
/external/jpeg/ |
D | jinclude.h | 62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size))
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | jinclude.h | 73 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size))
|
/external/llvm/test/CodeGen/PowerPC/ |
D | 2007-11-04-CoalescerCrash.ll | 5 declare void @bcopy(i8*, i8*, i32) 108 call void @bcopy( i8* null, i8* null, i32 64 )
|
/external/kernel-headers/original/uapi/linux/ |
D | mroute6.h | 62 #define IF_COPY(f, t) bcopy(f, t, sizeof(*(f)))
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2003-07-21-ExternalConstant.ll | 21 declare void @bcopy(i8*, i8*, i32)
|
/external/e2fsprogs/e2fsck/ |
D | mtrace.h | 88 #define memcpy(d, s, n) bcopy ((s), (d), (n))
|