Searched refs:skcipher_spawn (Results 1 - 1 of 1) sorted by relevance

/linux-master/crypto/
H A Dessiv.c43 struct crypto_skcipher_spawn skcipher_spawn; member in union:essiv_instance_ctx::__anon128
305 skcipher = crypto_spawn_skcipher(&ictx->u.skcipher_spawn);
377 crypto_drop_skcipher(&ictx->u.skcipher_spawn);
488 err = crypto_grab_skcipher(&ictx->u.skcipher_spawn, inst,
493 &ictx->u.skcipher_spawn);
620 crypto_drop_skcipher(&ictx->u.skcipher_spawn);

Completed in 60 milliseconds