Searched refs:ctx0 (Results 1 – 3 of 3) sorted by relevance
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_sha512_export(const struct __sha512_ctx *ctx0, void *out) in __crypto_sha512_export() argument31 struct __sha512_ctx ctx = *ctx0; in __crypto_sha512_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()
Completed in 5 milliseconds