Lines Matching defs:out
29 static int __crypto_sha256_export(const struct __sha256_ctx *ctx0, void *out) in __crypto_sha256_export()
54 void *out) in __crypto_sha256_export_core()
91 static int crypto_sha224_final(struct shash_desc *desc, u8 *out) in crypto_sha224_final()
98 const u8 *data, unsigned int len, u8 *out) in crypto_sha224_digest()
104 static int crypto_sha224_export(struct shash_desc *desc, void *out) in crypto_sha224_export()
114 static int crypto_sha224_export_core(struct shash_desc *desc, void *out) in crypto_sha224_export_core()
149 static int crypto_sha256_final(struct shash_desc *desc, u8 *out) in crypto_sha256_final()
156 const u8 *data, unsigned int len, u8 *out) in crypto_sha256_digest()
162 static int crypto_sha256_export(struct shash_desc *desc, void *out) in crypto_sha256_export()
172 static int crypto_sha256_export_core(struct shash_desc *desc, void *out) in crypto_sha256_export_core()
207 static int crypto_hmac_sha224_final(struct shash_desc *desc, u8 *out) in crypto_hmac_sha224_final()
215 u8 *out) in crypto_hmac_sha224_digest()
221 static int crypto_hmac_sha224_export(struct shash_desc *desc, void *out) in crypto_hmac_sha224_export()
234 static int crypto_hmac_sha224_export_core(struct shash_desc *desc, void *out) in crypto_hmac_sha224_export_core()
274 static int crypto_hmac_sha256_final(struct shash_desc *desc, u8 *out) in crypto_hmac_sha256_final()
282 u8 *out) in crypto_hmac_sha256_digest()
288 static int crypto_hmac_sha256_export(struct shash_desc *desc, void *out) in crypto_hmac_sha256_export()
301 static int crypto_hmac_sha256_export_core(struct shash_desc *desc, void *out) in crypto_hmac_sha256_export_core()