Lines Matching defs:req
68 static inline u64 safexcel_queued_len(struct safexcel_ahash_req *req) in safexcel_queued_len()
107 struct safexcel_ahash_req *req, in safexcel_context_control()
313 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_send_req() local
570 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_handle_result() local
609 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_send() local
664 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_cache() local
690 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_enqueue() local
742 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_update() local
767 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_final() local
871 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_finup() local
881 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_export() local
897 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_import() local
936 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha1_init() local
1013 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha1_init() local
1048 static void safexcel_ahash_complete(struct crypto_async_request *req, int error) in safexcel_ahash_complete()
1111 struct safexcel_ahash_req *req; in safexcel_hmac_init_iv() local
1265 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha256_init() local
1322 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha224_init() local
1386 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha224_init() local
1458 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha256_init() local
1523 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha512_init() local
1580 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha384_init() local
1644 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha512_init() local
1716 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha384_init() local
1781 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_md5_init() local
1838 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_md5_init() local
1921 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_crc32_init() local
1993 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_cbcmac_init() local
2274 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sm3_init() local
2338 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sm3_init() local
2404 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha3_224_init() local
2418 static int safexcel_sha3_fbcheck(struct ahash_request *req) in safexcel_sha3_fbcheck()
2455 static int safexcel_sha3_update(struct ahash_request *req) in safexcel_sha3_update()
2465 static int safexcel_sha3_final(struct ahash_request *req) in safexcel_sha3_final()
2475 static int safexcel_sha3_finup(struct ahash_request *req) in safexcel_sha3_finup()
2490 static int safexcel_sha3_digest_fallback(struct ahash_request *req) in safexcel_sha3_digest_fallback()
2501 static int safexcel_sha3_224_digest(struct ahash_request *req) in safexcel_sha3_224_digest()
2510 static int safexcel_sha3_export(struct ahash_request *req, void *out) in safexcel_sha3_export()
2520 static int safexcel_sha3_import(struct ahash_request *req, const void *in) in safexcel_sha3_import()
2597 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha3_256_init() local
2611 static int safexcel_sha3_256_digest(struct ahash_request *req) in safexcel_sha3_256_digest()
2655 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha3_384_init() local
2669 static int safexcel_sha3_384_digest(struct ahash_request *req) in safexcel_sha3_384_digest()
2713 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha3_512_init() local
2727 static int safexcel_sha3_512_digest(struct ahash_request *req) in safexcel_sha3_512_digest()
2863 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha3_224_init() local
2883 static int safexcel_hmac_sha3_224_digest(struct ahash_request *req) in safexcel_hmac_sha3_224_digest()
2934 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha3_256_init() local
2954 static int safexcel_hmac_sha3_256_digest(struct ahash_request *req) in safexcel_hmac_sha3_256_digest()
3005 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha3_384_init() local
3025 static int safexcel_hmac_sha3_384_digest(struct ahash_request *req) in safexcel_hmac_sha3_384_digest()
3076 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha3_512_init() local
3096 static int safexcel_hmac_sha3_512_digest(struct ahash_request *req) in safexcel_hmac_sha3_512_digest()