Lines Matching defs:out
29 static int __crypto_sha512_export(const struct __sha512_ctx *ctx0, void *out) in __crypto_sha512_export()
54 void *out) in __crypto_sha512_export_core()
93 static int crypto_sha384_final(struct shash_desc *desc, u8 *out) in crypto_sha384_final()
100 const u8 *data, unsigned int len, u8 *out) in crypto_sha384_digest()
106 static int crypto_sha384_export(struct shash_desc *desc, void *out) in crypto_sha384_export()
116 static int crypto_sha384_export_core(struct shash_desc *desc, void *out) in crypto_sha384_export_core()
155 static int crypto_sha512_final(struct shash_desc *desc, u8 *out) in crypto_sha512_final()
162 const u8 *data, unsigned int len, u8 *out) in crypto_sha512_digest()
168 static int crypto_sha512_export(struct shash_desc *desc, void *out) in crypto_sha512_export()
178 static int crypto_sha512_export_core(struct shash_desc *desc, void *out) in crypto_sha512_export_core()
213 static int crypto_hmac_sha384_final(struct shash_desc *desc, u8 *out) in crypto_hmac_sha384_final()
221 u8 *out) in crypto_hmac_sha384_digest()
227 static int crypto_hmac_sha384_export(struct shash_desc *desc, void *out) in crypto_hmac_sha384_export()
240 static int crypto_hmac_sha384_export_core(struct shash_desc *desc, void *out) in crypto_hmac_sha384_export_core()
280 static int crypto_hmac_sha512_final(struct shash_desc *desc, u8 *out) in crypto_hmac_sha512_final()
288 u8 *out) in crypto_hmac_sha512_digest()
294 static int crypto_hmac_sha512_export(struct shash_desc *desc, void *out) in crypto_hmac_sha512_export()
307 static int crypto_hmac_sha512_export_core(struct shash_desc *desc, void *out) in crypto_hmac_sha512_export_core()