Home
last modified time | relevance | path

Searched refs:ctx0 (Results 1 – 3 of 3) sorted by relevance

/crypto/
A Dsha1.c28 static int __crypto_sha1_export(const struct sha1_ctx *ctx0, void *out) in __crypto_sha1_export() argument
30 struct sha1_ctx ctx = *ctx0; in __crypto_sha1_export()
A Dsha512.c29 static int __crypto_sha512_export(const struct __sha512_ctx *ctx0, void *out) in __crypto_sha512_export() argument
31 struct __sha512_ctx ctx = *ctx0; in __crypto_sha512_export()
A Dsha256.c29 static int __crypto_sha256_export(const struct __sha256_ctx *ctx0, void *out) in __crypto_sha256_export() argument
31 struct __sha256_ctx ctx = *ctx0; in __crypto_sha256_export()

Completed in 5 milliseconds