Home
last modified time | relevance | path

Searched defs:ahash_request (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/crypto/
H A Dhash.h72 struct ahash_request { struct
73 struct crypto_async_request base;
75 unsigned int nbytes;
76 struct scatterlist *src;
77 u8 *result;
80 void *priv;
82 void *__ctx[] CRYPTO_MINALIGN_ATTR;
/openbmc/linux/crypto/
H A Dahash.c268 int (*op)(struct ahash_request *), in ahash_op_unaligned()
287 int (*op)(struct ahash_request *), in crypto_ahash_op()