Lines Matching defs:req

70 static inline u64 safexcel_queued_len(struct safexcel_ahash_req *req)  in safexcel_queued_len()
109 struct safexcel_ahash_req *req, in safexcel_context_control()
315 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_send_req() local
572 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_handle_result() local
611 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_send() local
666 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_cache() local
692 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_enqueue() local
744 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_update() local
769 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_final() local
873 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_finup() local
883 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_export() local
899 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_import() local
938 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha1_init() local
1015 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha1_init() local
1050 static void safexcel_ahash_complete(struct crypto_async_request *req, int error) in safexcel_ahash_complete()
1113 struct safexcel_ahash_req *req; in safexcel_hmac_init_iv() local
1267 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha256_init() local
1324 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha224_init() local
1388 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha224_init() local
1460 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha256_init() local
1525 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha512_init() local
1582 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha384_init() local
1646 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha512_init() local
1718 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha384_init() local
1783 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_md5_init() local
1840 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_md5_init() local
1923 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_crc32_init() local
1995 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_cbcmac_init() local
2276 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sm3_init() local
2340 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sm3_init() local
2406 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha3_224_init() local
2420 static int safexcel_sha3_fbcheck(struct ahash_request *req) in safexcel_sha3_fbcheck()
2457 static int safexcel_sha3_update(struct ahash_request *req) in safexcel_sha3_update()
2467 static int safexcel_sha3_final(struct ahash_request *req) in safexcel_sha3_final()
2477 static int safexcel_sha3_finup(struct ahash_request *req) in safexcel_sha3_finup()
2492 static int safexcel_sha3_digest_fallback(struct ahash_request *req) in safexcel_sha3_digest_fallback()
2503 static int safexcel_sha3_224_digest(struct ahash_request *req) in safexcel_sha3_224_digest()
2512 static int safexcel_sha3_export(struct ahash_request *req, void *out) in safexcel_sha3_export()
2522 static int safexcel_sha3_import(struct ahash_request *req, const void *in) in safexcel_sha3_import()
2599 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha3_256_init() local
2613 static int safexcel_sha3_256_digest(struct ahash_request *req) in safexcel_sha3_256_digest()
2657 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha3_384_init() local
2671 static int safexcel_sha3_384_digest(struct ahash_request *req) in safexcel_sha3_384_digest()
2715 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha3_512_init() local
2729 static int safexcel_sha3_512_digest(struct ahash_request *req) in safexcel_sha3_512_digest()
2865 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha3_224_init() local
2885 static int safexcel_hmac_sha3_224_digest(struct ahash_request *req) in safexcel_hmac_sha3_224_digest()
2936 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha3_256_init() local
2956 static int safexcel_hmac_sha3_256_digest(struct ahash_request *req) in safexcel_hmac_sha3_256_digest()
3007 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha3_384_init() local
3027 static int safexcel_hmac_sha3_384_digest(struct ahash_request *req) in safexcel_hmac_sha3_384_digest()
3078 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha3_512_init() local
3098 static int safexcel_hmac_sha3_512_digest(struct ahash_request *req) in safexcel_hmac_sha3_512_digest()