Home
last modified time | relevance | path

Searched refs:bcopy (Results 1 – 25 of 73) sorted by relevance

123

/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
Drijndael-api-fst.c35 #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/
Dbstring.c399 #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()
Dtaint-generic.c30 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/
Dmach_override.c492 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/
Dip_input.c575 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,
Dslirp.h91 #define memmove(x, y, z) bcopy(y, x, z)
/external/qemu/slirp/
Dip_input.c575 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/
Dsctp_auth.c97 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/
Dsha2.c55 #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/
Dsunos4.h80 #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/
Duser_mbuf.c738 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/
Dregutils.h55 #define memmove(d, s, c) bcopy(s, d, c)
/external/tcpdump/lbl/
Dos-ultrix4.h26 void bcopy(const void *, void *, u_int);
Dos-sunos4.h58 void bcopy(const void *, void *, u_int);
/external/libpcap/lbl/
Dos-ultrix4.h26 void bcopy(const void *, void *, u_int);
Dos-sunos4.h58 void bcopy(const void *, void *, u_int);
/external/llvm/test/Transforms/IndVarSimplify/
Dcasted-argument.ll21 tail call void @bcopy(i8* %ge) nounwind
48 declare void @bcopy(i8* nocapture) nounwind
/external/qemu/distrib/jpeg-6b/
Djinclude.h62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size))
/external/chromium_org/third_party/libjpeg_turbo/
Djinclude.h62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size))
/external/jpeg/
Djinclude.h62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size))
/external/pdfium/core/src/fxcodec/libjpeg/
Djinclude.h73 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size))
/external/llvm/test/CodeGen/PowerPC/
D2007-11-04-CoalescerCrash.ll5 declare void @bcopy(i8*, i8*, i32)
108 call void @bcopy( i8* null, i8* null, i32 64 )
/external/kernel-headers/original/uapi/linux/
Dmroute6.h62 #define IF_COPY(f, t) bcopy(f, t, sizeof(*(f)))
/external/llvm/test/Transforms/InstCombine/
D2003-07-21-ExternalConstant.ll21 declare void @bcopy(i8*, i8*, i32)
/external/e2fsprogs/e2fsck/
Dmtrace.h88 #define memcpy(d, s, n) bcopy ((s), (d), (n))

123