Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Ddm-crypt.c187 static u8 *iv_of_dmreq(struct crypt_config *cc, struct dm_crypt_request *dmreq);
830 static u8 *iv_of_dmreq(struct crypt_config *cc, in iv_of_dmreq() function
848 iv = iv_of_dmreq(cc, dmreq); in crypt_convert_block()
1373 error = cc->iv_gen_ops->post(cc, iv_of_dmreq(cc, dmreq), dmreq); in kcryptd_async_done()