Searched refs:CC_XMEMCPY (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/CommonCrypto-60061/lib/
H A DCommonDigest.c267 CC_XMEMCPY((uint8_t*)CC_c, ccdigest_state_u8(di, cc_c), di->state_size); \
268 CC_XMEMCPY(&CC_c->data[0], ccdigest_data(di, cc_c), di->block_size); \
269 CC_XMEMCPY(&CC_c->Nl, &ccdigest_nbits(di, cc_c), 2*sizeof(CC_c->Nl)); \
274 CC_XMEMCPY(ccdigest_state_u8(di, cc_c), (uint8_t*)CC_c, di->state_size); \
275 CC_XMEMCPY(ccdigest_data(di, cc_c), &CC_c->data[0], di->block_size); \
276 CC_XMEMCPY(&ccdigest_nbits(di, cc_c), &CC_c->Nl, 2*sizeof(CC_c->Nl)); \
360 CC_XMEMCPY(bufptr + curlen, data, n);
413 CC_XMEMCPY(ccdigest_state_u8(di, ctx)+48, c->cksm, CC_MD2_BLOCK_LONG);
414 CC_XMEMCPY(ccdigest_state_u8(di, ctx), c->state, CC_MD2_BLOCK_LONG);
415 CC_XMEMCPY(ccdigest_dat
[all...]
H A DccMemory.h43 #define CC_XMEMCPY(s1, s2, n) memcpy((s1), (s2), (n)) macro
H A DCommonCryptor.c315 CC_XMEMCPY((char *) cryptor->buffptr + cryptor->bufferPos, dataIn, dataInLength);
459 CC_XMEMCPY(alignedKey, key, keyLength);
729 CC_XMEMCPY(dataOut, tmpbuf, moved);
740 CC_XMEMCPY(dataOut, tmpbuf, moved);
899 CC_XMEMCPY(ccm->nonce_buf, data, dataSize);
954 CC_XMEMCPY(data, ccm->mac, ccm->mac_size);
H A DCommonCMAC.c206 CC_XMEMCPY(&ctx->buf[ctx->pos], data, n);
H A DcorecryptoSymmetricBridge.c145 CC_XMEMCPY(ctx.cbc->iv, iv, modeObj.cbc->block_size);
160 CC_XMEMCPY(iv, ctx.cbc->iv, *len = (uint32_t) cccbc_mode_get_block_size(modeObj));
167 CC_XMEMCPY(ctx.cbc->iv, iv, cccbc_mode_get_block_size(modeObj));
336 CC_XMEMCPY(iv, modeObj.xts->xts(ctx.xts, 0, NULL, NULL), *len = modeObj.xts->block_size);
H A DCommonECCryptor.c196 CC_XMEMCPY(publicCryptor->ecKey.public, privateKey->ecKey.public, ctx_size);
/macosx-10.10/CommonCrypto-60061/libcn/
H A DCommonBuffering.c61 CC_XMEMCPY(&bufRef->buf[bufRef->bufferPos], in, inputUsing);
83 CC_XMEMCPY(bufRef->buf, input, inputLen);
H A DccMemory.h43 #define CC_XMEMCPY(s1, s2, n) memcpy((s1), (s2), (n)) macro
/macosx-10.10/Security-57031.1.35/certificates/ota_cert_tool/ios_ota_cert_tool/
H A DCommonBuffering.c61 CC_XMEMCPY(&bufRef->buf[bufRef->bufferPos], in, inputUsing);
83 CC_XMEMCPY(bufRef->buf, input, inputLen);
H A DccMemory.h43 #define CC_XMEMCPY(s1, s2, n) memcpy((s1), (s2), (n)) macro

Completed in 184 milliseconds