Lines Matching refs:memcpy
49 memcpy(ctx->key, key, key_len); in des_setkey()
123 memcpy(param.iv, walk->iv, DES_BLOCK_SIZE); in cbc_desall_crypt()
124 memcpy(param.key, ctx->key, DES3_KEY_SIZE); in cbc_desall_crypt()
138 memcpy(walk->iv, param.iv, DES_BLOCK_SIZE); in cbc_desall_crypt()
253 memcpy(ctx->key, key, key_len); in des3_setkey()
380 memcpy(ctrptr + i, ctrptr + i - DES_BLOCK_SIZE, DES_BLOCK_SIZE); in __ctrblk_init()
401 memcpy(ctrptr, walk->iv, DES_BLOCK_SIZE); in ctr_desall_crypt()
418 memcpy(ctrptr, ctrptr + n - DES_BLOCK_SIZE, in ctr_desall_crypt()
429 memcpy(ctrbuf, ctrptr, DES_BLOCK_SIZE); in ctr_desall_crypt()
431 memcpy(walk->iv, ctrptr, DES_BLOCK_SIZE); in ctr_desall_crypt()
435 memcpy(walk->iv, ctrptr, DES_BLOCK_SIZE); in ctr_desall_crypt()
445 memcpy(out, buf, nbytes); in ctr_desall_crypt()
448 memcpy(walk->iv, ctrbuf, DES_BLOCK_SIZE); in ctr_desall_crypt()