Home
last modified time | relevance | path

Searched refs:crypto_ahash_import (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/include/crypto/
Dhash.h453 static inline int crypto_ahash_import(struct ahash_request *req, const void *in) in crypto_ahash_import() function
/linux-4.4.14/crypto/
Dalgif_hash.c214 err = crypto_ahash_import(&ctx2->req, state); in hash_accept()