Searched refs:blkcipher_handle (Results 1 – 2 of 2) sorted by relevance
1287 struct ssi_blkcipher_handle *blkcipher_handle = local1288 drvdata->blkcipher_handle;1293 if (blkcipher_handle) {1296 &blkcipher_handle->blkcipher_alg_list,1302 kfree(blkcipher_handle);1303 drvdata->blkcipher_handle = NULL;1319 drvdata->blkcipher_handle = ablkcipher_handle;
147 void *blkcipher_handle; member