Home
last modified time | relevance | path

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

/linux-4.1.27/include/crypto/
Dhash.h53 struct ahash_request { struct
54 struct crypto_async_request base;
56 unsigned int nbytes;
57 struct scatterlist *src;
58 u8 *result;
61 void *priv;
63 void *__ctx[] CRYPTO_MINALIGN_ATTR;
/linux-4.1.27/crypto/
Dahash.c336 int (*op)(struct ahash_request *)) in ahash_op_unaligned()
351 int (*op)(struct ahash_request *)) in crypto_ahash_op()