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

/linux-4.1.27/drivers/crypto/
H A Dsahara.c156 struct crypto_shash *shash_fallback; member in struct:sahara_ctx
1251 ctx->shash_fallback = crypto_alloc_shash(name, 0, sahara_sha_cra_init()
1253 if (IS_ERR(ctx->shash_fallback)) { sahara_sha_cra_init()
1255 return PTR_ERR(ctx->shash_fallback); sahara_sha_cra_init()
1268 crypto_free_shash(ctx->shash_fallback); sahara_sha_cra_exit()
1269 ctx->shash_fallback = NULL; sahara_sha_cra_exit()

Completed in 41 milliseconds