Searched refs:hash_alloc (Results 1 – 1 of 1) sorted by relevance
16 hw_hash_allocate hash_alloc = NULL; in drvcrypt_hash_alloc_ctx() local22 hash_alloc = drvcrypt_get_ops(CRYPTO_HASH); in drvcrypt_hash_alloc_ctx()24 if (hash_alloc) in drvcrypt_hash_alloc_ctx()25 ret = hash_alloc(ctx, algo); in drvcrypt_hash_alloc_ctx()
Completed in 2 milliseconds