Lines Matching defs:req
69 static inline u64 safexcel_queued_len(struct safexcel_ahash_req *req) in safexcel_queued_len()
108 struct safexcel_ahash_req *req, in safexcel_context_control()
314 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_send_req() local
571 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_handle_result() local
610 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_send() local
665 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_cache() local
691 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_enqueue() local
743 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_update() local
768 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_final() local
872 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_finup() local
882 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_export() local
898 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_ahash_import() local
937 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha1_init() local
1014 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha1_init() local
1049 static void safexcel_ahash_complete(struct crypto_async_request *req, int error) in safexcel_ahash_complete()
1112 struct safexcel_ahash_req *req; in safexcel_hmac_init_iv() local
1266 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha256_init() local
1323 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha224_init() local
1387 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha224_init() local
1459 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha256_init() local
1524 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha512_init() local
1581 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha384_init() local
1645 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha512_init() local
1717 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha384_init() local
1782 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_md5_init() local
1839 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_md5_init() local
1922 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_crc32_init() local
1994 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_cbcmac_init() local
2275 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sm3_init() local
2339 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sm3_init() local
2405 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha3_224_init() local
2419 static int safexcel_sha3_fbcheck(struct ahash_request *req) in safexcel_sha3_fbcheck()
2456 static int safexcel_sha3_update(struct ahash_request *req) in safexcel_sha3_update()
2466 static int safexcel_sha3_final(struct ahash_request *req) in safexcel_sha3_final()
2476 static int safexcel_sha3_finup(struct ahash_request *req) in safexcel_sha3_finup()
2491 static int safexcel_sha3_digest_fallback(struct ahash_request *req) in safexcel_sha3_digest_fallback()
2502 static int safexcel_sha3_224_digest(struct ahash_request *req) in safexcel_sha3_224_digest()
2511 static int safexcel_sha3_export(struct ahash_request *req, void *out) in safexcel_sha3_export()
2521 static int safexcel_sha3_import(struct ahash_request *req, const void *in) in safexcel_sha3_import()
2598 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha3_256_init() local
2612 static int safexcel_sha3_256_digest(struct ahash_request *req) in safexcel_sha3_256_digest()
2656 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha3_384_init() local
2670 static int safexcel_sha3_384_digest(struct ahash_request *req) in safexcel_sha3_384_digest()
2714 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_sha3_512_init() local
2728 static int safexcel_sha3_512_digest(struct ahash_request *req) in safexcel_sha3_512_digest()
2864 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha3_224_init() local
2884 static int safexcel_hmac_sha3_224_digest(struct ahash_request *req) in safexcel_hmac_sha3_224_digest()
2935 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha3_256_init() local
2955 static int safexcel_hmac_sha3_256_digest(struct ahash_request *req) in safexcel_hmac_sha3_256_digest()
3006 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha3_384_init() local
3026 static int safexcel_hmac_sha3_384_digest(struct ahash_request *req) in safexcel_hmac_sha3_384_digest()
3077 struct safexcel_ahash_req *req = ahash_request_ctx(areq); in safexcel_hmac_sha3_512_init() local
3097 static int safexcel_hmac_sha3_512_digest(struct ahash_request *req) in safexcel_hmac_sha3_512_digest()