Home
last modified time | relevance | path

Searched refs:iv_of_dmreq (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/md/
Ddm-crypt.c186 static u8 *iv_of_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq);
829 static u8 *iv_of_dmreq(struct crypt_config *cc, in iv_of_dmreq() function
847 iv = iv_of_dmreq(cc, dmreq); in crypt_convert_block()
1356 error = cc->iv_gen_ops->post(cc, iv_of_dmreq(cc, dmreq), dmreq); in kcryptd_async_done()