Lines Matching refs:ahash_request
362 static int artpec6_crypto_prepare_hash(struct ahash_request *areq);
1308 static int artpec6_crypto_prepare_hash(struct ahash_request *areq) in artpec6_crypto_prepare_hash()
2262 artpec6_crypto_init_hash(struct ahash_request *req, u8 type, int hmac) in artpec6_crypto_init_hash()
2295 static int artpec6_crypto_prepare_submit_hash(struct ahash_request *req) in artpec6_crypto_prepare_submit_hash()
2328 static int artpec6_crypto_hash_final(struct ahash_request *req) in artpec6_crypto_hash_final()
2337 static int artpec6_crypto_hash_update(struct ahash_request *req) in artpec6_crypto_hash_update()
2346 static int artpec6_crypto_sha1_init(struct ahash_request *req) in artpec6_crypto_sha1_init()
2351 static int artpec6_crypto_sha1_digest(struct ahash_request *req) in artpec6_crypto_sha1_digest()
2362 static int artpec6_crypto_sha256_init(struct ahash_request *req) in artpec6_crypto_sha256_init()
2367 static int artpec6_crypto_sha256_digest(struct ahash_request *req) in artpec6_crypto_sha256_digest()
2377 static int artpec6_crypto_hmac_sha256_init(struct ahash_request *req) in artpec6_crypto_hmac_sha256_init()
2382 static int artpec6_crypto_hmac_sha256_digest(struct ahash_request *req) in artpec6_crypto_hmac_sha256_digest()
2437 static int artpec6_crypto_hash_export(struct ahash_request *req, void *out) in artpec6_crypto_hash_export()
2465 static int artpec6_crypto_hash_import(struct ahash_request *req, const void *in) in artpec6_crypto_hash_import()