Lines Matching defs:out
29 static int __crypto_sha512_export(const struct __sha512_ctx *ctx0, void *out) in __crypto_sha512_export()
80 static int crypto_sha384_final(struct shash_desc *desc, u8 *out) in crypto_sha384_final()
87 const u8 *data, unsigned int len, u8 *out) in crypto_sha384_digest()
93 static int crypto_sha384_export(struct shash_desc *desc, void *out) in crypto_sha384_export()
132 static int crypto_sha512_final(struct shash_desc *desc, u8 *out) in crypto_sha512_final()
139 const u8 *data, unsigned int len, u8 *out) in crypto_sha512_digest()
145 static int crypto_sha512_export(struct shash_desc *desc, void *out) in crypto_sha512_export()
180 static int crypto_hmac_sha384_final(struct shash_desc *desc, u8 *out) in crypto_hmac_sha384_final()
188 u8 *out) in crypto_hmac_sha384_digest()
194 static int crypto_hmac_sha384_export(struct shash_desc *desc, void *out) in crypto_hmac_sha384_export()
232 static int crypto_hmac_sha512_final(struct shash_desc *desc, u8 *out) in crypto_hmac_sha512_final()
240 u8 *out) in crypto_hmac_sha512_digest()
246 static int crypto_hmac_sha512_export(struct shash_desc *desc, void *out) in crypto_hmac_sha512_export()