Lines Matching defs:desc

76 #define SHA224_CTX(desc) ((struct sha224_ctx *)shash_desc_ctx(desc))  argument
78 static int crypto_sha224_init(struct shash_desc *desc) in crypto_sha224_init()
84 static int crypto_sha224_update(struct shash_desc *desc, in crypto_sha224_update()
91 static int crypto_sha224_final(struct shash_desc *desc, u8 *out) in crypto_sha224_final()
97 static int crypto_sha224_digest(struct shash_desc *desc, in crypto_sha224_digest()
104 static int crypto_sha224_export(struct shash_desc *desc, void *out) in crypto_sha224_export()
109 static int crypto_sha224_import(struct shash_desc *desc, const void *in) in crypto_sha224_import()
114 static int crypto_sha224_export_core(struct shash_desc *desc, void *out) in crypto_sha224_export_core()
119 static int crypto_sha224_import_core(struct shash_desc *desc, const void *in) in crypto_sha224_import_core()
134 #define SHA256_CTX(desc) ((struct sha256_ctx *)shash_desc_ctx(desc)) argument
136 static int crypto_sha256_init(struct shash_desc *desc) in crypto_sha256_init()
142 static int crypto_sha256_update(struct shash_desc *desc, in crypto_sha256_update()
149 static int crypto_sha256_final(struct shash_desc *desc, u8 *out) in crypto_sha256_final()
155 static int crypto_sha256_digest(struct shash_desc *desc, in crypto_sha256_digest()
162 static int crypto_sha256_export(struct shash_desc *desc, void *out) in crypto_sha256_export()
167 static int crypto_sha256_import(struct shash_desc *desc, const void *in) in crypto_sha256_import()
172 static int crypto_sha256_export_core(struct shash_desc *desc, void *out) in crypto_sha256_export_core()
177 static int crypto_sha256_import_core(struct shash_desc *desc, const void *in) in crypto_sha256_import_core()
185 #define HMAC_SHA224_CTX(desc) ((struct hmac_sha224_ctx *)shash_desc_ctx(desc)) argument
194 static int crypto_hmac_sha224_init(struct shash_desc *desc) in crypto_hmac_sha224_init()
200 static int crypto_hmac_sha224_update(struct shash_desc *desc, in crypto_hmac_sha224_update()
207 static int crypto_hmac_sha224_final(struct shash_desc *desc, u8 *out) in crypto_hmac_sha224_final()
213 static int crypto_hmac_sha224_digest(struct shash_desc *desc, in crypto_hmac_sha224_digest()
221 static int crypto_hmac_sha224_export(struct shash_desc *desc, void *out) in crypto_hmac_sha224_export()
226 static int crypto_hmac_sha224_import(struct shash_desc *desc, const void *in) in crypto_hmac_sha224_import()
234 static int crypto_hmac_sha224_export_core(struct shash_desc *desc, void *out) in crypto_hmac_sha224_export_core()
240 static int crypto_hmac_sha224_import_core(struct shash_desc *desc, in crypto_hmac_sha224_import_core()
252 #define HMAC_SHA256_CTX(desc) ((struct hmac_sha256_ctx *)shash_desc_ctx(desc)) argument
261 static int crypto_hmac_sha256_init(struct shash_desc *desc) in crypto_hmac_sha256_init()
267 static int crypto_hmac_sha256_update(struct shash_desc *desc, in crypto_hmac_sha256_update()
274 static int crypto_hmac_sha256_final(struct shash_desc *desc, u8 *out) in crypto_hmac_sha256_final()
280 static int crypto_hmac_sha256_digest(struct shash_desc *desc, in crypto_hmac_sha256_digest()
288 static int crypto_hmac_sha256_export(struct shash_desc *desc, void *out) in crypto_hmac_sha256_export()
293 static int crypto_hmac_sha256_import(struct shash_desc *desc, const void *in) in crypto_hmac_sha256_import()
301 static int crypto_hmac_sha256_export_core(struct shash_desc *desc, void *out) in crypto_hmac_sha256_export_core()
307 static int crypto_hmac_sha256_import_core(struct shash_desc *desc, in crypto_hmac_sha256_import_core()