Searched refs:dmcp (Results 1 – 1 of 1) sorted by relevance
1361 struct dm_crypto_profile *dmcp = container_of(profile, in dm_destroy_crypto_profile() local1369 kfree(dmcp); in dm_destroy_crypto_profile()1389 struct dm_crypto_profile *dmcp; in dm_table_construct_crypto_profile() local1394 dmcp = kmalloc_obj(*dmcp); in dm_table_construct_crypto_profile()1395 if (!dmcp) in dm_table_construct_crypto_profile()1397 dmcp->md = t->md; in dm_table_construct_crypto_profile()1399 profile = &dmcp->profile; in dm_table_construct_crypto_profile()