Searched refs:ctx0 (Results 1 – 5 of 5) sorted by relevance
134 ctx0 = cfg.ethnl.rss_get({"header": {"dev-index": cfg.ifindex}})135 ksft_eq(ctx0, dflt)143 ctx0 = cfg.ethnl.rss_get({"header": {"dev-index": cfg.ifindex}})144 ksft_eq(ctx0, dflt)
25 static int __crypto_md5_export(const struct md5_ctx *ctx0, void *out) in __crypto_md5_export() argument27 struct md5_ctx ctx = *ctx0; in __crypto_md5_export()
28 static int __crypto_sha1_export(const struct sha1_ctx *ctx0, void *out) in __crypto_sha1_export() argument30 struct sha1_ctx ctx = *ctx0; in __crypto_sha1_export()
29 static int __crypto_sha256_export(const struct __sha256_ctx *ctx0, void *out) in __crypto_sha256_export() argument31 struct __sha256_ctx ctx = *ctx0; in __crypto_sha256_export()
29 static int __crypto_sha512_export(const struct __sha512_ctx *ctx0, void *out) in __crypto_sha512_export() argument31 struct __sha512_ctx ctx = *ctx0; in __crypto_sha512_export()