Lines Matching defs:out
29 static int __crypto_sha256_export(const struct __sha256_ctx *ctx0, void *out) in __crypto_sha256_export()
78 static int crypto_sha224_final(struct shash_desc *desc, u8 *out) in crypto_sha224_final()
85 const u8 *data, unsigned int len, u8 *out) in crypto_sha224_digest()
91 static int crypto_sha224_export(struct shash_desc *desc, void *out) in crypto_sha224_export()
126 static int crypto_sha256_final(struct shash_desc *desc, u8 *out) in crypto_sha256_final()
133 const u8 *data, unsigned int len, u8 *out) in crypto_sha256_digest()
139 static int crypto_sha256_export(struct shash_desc *desc, void *out) in crypto_sha256_export()
174 static int crypto_hmac_sha224_final(struct shash_desc *desc, u8 *out) in crypto_hmac_sha224_final()
182 u8 *out) in crypto_hmac_sha224_digest()
188 static int crypto_hmac_sha224_export(struct shash_desc *desc, void *out) in crypto_hmac_sha224_export()
226 static int crypto_hmac_sha256_final(struct shash_desc *desc, u8 *out) in crypto_hmac_sha256_final()
234 u8 *out) in crypto_hmac_sha256_digest()
240 static int crypto_hmac_sha256_export(struct shash_desc *desc, void *out) in crypto_hmac_sha256_export()