Searched refs:req_async (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/crypto/
H A Dmcryptd.c335 static void mcryptd_hash_init(struct crypto_async_request *req_async, int err) mcryptd_hash_init() argument
337 struct mcryptd_hash_ctx *ctx = crypto_tfm_ctx(req_async->tfm); mcryptd_hash_init()
339 struct ahash_request *req = ahash_request_cast(req_async); mcryptd_hash_init()
364 static void mcryptd_hash_update(struct crypto_async_request *req_async, int err) mcryptd_hash_update() argument
366 struct ahash_request *req = ahash_request_cast(req_async); mcryptd_hash_update()
390 static void mcryptd_hash_final(struct crypto_async_request *req_async, int err) mcryptd_hash_final() argument
392 struct ahash_request *req = ahash_request_cast(req_async); mcryptd_hash_final()
416 static void mcryptd_hash_finup(struct crypto_async_request *req_async, int err) mcryptd_hash_finup() argument
418 struct ahash_request *req = ahash_request_cast(req_async); mcryptd_hash_finup()
443 static void mcryptd_hash_digest(struct crypto_async_request *req_async, int err) mcryptd_hash_digest() argument
445 struct mcryptd_hash_ctx *ctx = crypto_tfm_ctx(req_async->tfm); mcryptd_hash_digest()
447 struct ahash_request *req = ahash_request_cast(req_async); mcryptd_hash_digest()
H A Dcryptd.c450 static void cryptd_hash_init(struct crypto_async_request *req_async, int err) cryptd_hash_init() argument
452 struct cryptd_hash_ctx *ctx = crypto_tfm_ctx(req_async->tfm); cryptd_hash_init()
454 struct ahash_request *req = ahash_request_cast(req_async); cryptd_hash_init()
479 static void cryptd_hash_update(struct crypto_async_request *req_async, int err) cryptd_hash_update() argument
481 struct ahash_request *req = ahash_request_cast(req_async); cryptd_hash_update()
504 static void cryptd_hash_final(struct crypto_async_request *req_async, int err) cryptd_hash_final() argument
506 struct ahash_request *req = ahash_request_cast(req_async); cryptd_hash_final()
527 static void cryptd_hash_finup(struct crypto_async_request *req_async, int err) cryptd_hash_finup() argument
529 struct ahash_request *req = ahash_request_cast(req_async); cryptd_hash_finup()
550 static void cryptd_hash_digest(struct crypto_async_request *req_async, int err) cryptd_hash_digest() argument
552 struct cryptd_hash_ctx *ctx = crypto_tfm_ctx(req_async->tfm); cryptd_hash_digest()
554 struct ahash_request *req = ahash_request_cast(req_async); cryptd_hash_digest()

Completed in 75 milliseconds