Lines Matching refs:memcpy
48 memcpy(ctx->key, key, key_len); in des_setkey()
122 memcpy(param.iv, walk->iv, DES_BLOCK_SIZE); in cbc_desall_crypt()
123 memcpy(param.key, ctx->key, DES3_KEY_SIZE); in cbc_desall_crypt()
137 memcpy(walk->iv, param.iv, DES_BLOCK_SIZE); in cbc_desall_crypt()
252 memcpy(ctx->key, key, key_len); in des3_setkey()
379 memcpy(ctrptr + i, ctrptr + i - DES_BLOCK_SIZE, DES_BLOCK_SIZE); in __ctrblk_init()
400 memcpy(ctrptr, walk->iv, DES_BLOCK_SIZE); in ctr_desall_crypt()
417 memcpy(ctrptr, ctrptr + n - DES_BLOCK_SIZE, in ctr_desall_crypt()
428 memcpy(ctrbuf, ctrptr, DES_BLOCK_SIZE); in ctr_desall_crypt()
430 memcpy(walk->iv, ctrptr, DES_BLOCK_SIZE); in ctr_desall_crypt()
434 memcpy(walk->iv, ctrptr, DES_BLOCK_SIZE); in ctr_desall_crypt()
444 memcpy(out, buf, nbytes); in ctr_desall_crypt()
447 memcpy(walk->iv, ctrbuf, DES_BLOCK_SIZE); in ctr_desall_crypt()