Searched defs:ahash_request (Results 1 – 2 of 2) sorted by relevance
53 struct ahash_request { struct54 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;
336 int (*op)(struct ahash_request *)) in ahash_op_unaligned()351 int (*op)(struct ahash_request *)) in crypto_ahash_op()