Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/crypto/
Dhash.h49 struct ahash_request { struct
50 struct crypto_async_request base;
52 unsigned int nbytes;
53 struct scatterlist *src;
54 u8 *result;
57 void *priv;
59 void *__ctx[] CRYPTO_MINALIGN_ATTR;
/kernel/linux/linux-6.6/include/crypto/
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;
/kernel/linux/linux-5.10/crypto/
Dahash.c311 int (*op)(struct ahash_request *)) in ahash_op_unaligned()
329 int (*op)(struct ahash_request *)) in crypto_ahash_op()
/kernel/linux/linux-6.6/crypto/
Dahash.c268 int (*op)(struct ahash_request *), in ahash_op_unaligned()
287 int (*op)(struct ahash_request *), in crypto_ahash_op()