Lines Matching defs:desc

78 #define SHA384_CTX(desc) ((struct sha384_ctx *)shash_desc_ctx(desc))  argument
80 static int crypto_sha384_init(struct shash_desc *desc) in crypto_sha384_init()
86 static int crypto_sha384_update(struct shash_desc *desc, in crypto_sha384_update()
93 static int crypto_sha384_final(struct shash_desc *desc, u8 *out) in crypto_sha384_final()
99 static int crypto_sha384_digest(struct shash_desc *desc, in crypto_sha384_digest()
106 static int crypto_sha384_export(struct shash_desc *desc, void *out) in crypto_sha384_export()
111 static int crypto_sha384_import(struct shash_desc *desc, const void *in) in crypto_sha384_import()
116 static int crypto_sha384_export_core(struct shash_desc *desc, void *out) in crypto_sha384_export_core()
121 static int crypto_sha384_import_core(struct shash_desc *desc, const void *in) in crypto_sha384_import_core()
140 #define SHA512_CTX(desc) ((struct sha512_ctx *)shash_desc_ctx(desc)) argument
142 static int crypto_sha512_init(struct shash_desc *desc) in crypto_sha512_init()
148 static int crypto_sha512_update(struct shash_desc *desc, in crypto_sha512_update()
155 static int crypto_sha512_final(struct shash_desc *desc, u8 *out) in crypto_sha512_final()
161 static int crypto_sha512_digest(struct shash_desc *desc, in crypto_sha512_digest()
168 static int crypto_sha512_export(struct shash_desc *desc, void *out) in crypto_sha512_export()
173 static int crypto_sha512_import(struct shash_desc *desc, const void *in) in crypto_sha512_import()
178 static int crypto_sha512_export_core(struct shash_desc *desc, void *out) in crypto_sha512_export_core()
183 static int crypto_sha512_import_core(struct shash_desc *desc, const void *in) in crypto_sha512_import_core()
191 #define HMAC_SHA384_CTX(desc) ((struct hmac_sha384_ctx *)shash_desc_ctx(desc)) argument
200 static int crypto_hmac_sha384_init(struct shash_desc *desc) in crypto_hmac_sha384_init()
206 static int crypto_hmac_sha384_update(struct shash_desc *desc, in crypto_hmac_sha384_update()
213 static int crypto_hmac_sha384_final(struct shash_desc *desc, u8 *out) in crypto_hmac_sha384_final()
219 static int crypto_hmac_sha384_digest(struct shash_desc *desc, in crypto_hmac_sha384_digest()
227 static int crypto_hmac_sha384_export(struct shash_desc *desc, void *out) in crypto_hmac_sha384_export()
232 static int crypto_hmac_sha384_import(struct shash_desc *desc, const void *in) in crypto_hmac_sha384_import()
240 static int crypto_hmac_sha384_export_core(struct shash_desc *desc, void *out) in crypto_hmac_sha384_export_core()
246 static int crypto_hmac_sha384_import_core(struct shash_desc *desc, in crypto_hmac_sha384_import_core()
258 #define HMAC_SHA512_CTX(desc) ((struct hmac_sha512_ctx *)shash_desc_ctx(desc)) argument
267 static int crypto_hmac_sha512_init(struct shash_desc *desc) in crypto_hmac_sha512_init()
273 static int crypto_hmac_sha512_update(struct shash_desc *desc, in crypto_hmac_sha512_update()
280 static int crypto_hmac_sha512_final(struct shash_desc *desc, u8 *out) in crypto_hmac_sha512_final()
286 static int crypto_hmac_sha512_digest(struct shash_desc *desc, in crypto_hmac_sha512_digest()
294 static int crypto_hmac_sha512_export(struct shash_desc *desc, void *out) in crypto_hmac_sha512_export()
299 static int crypto_hmac_sha512_import(struct shash_desc *desc, const void *in) in crypto_hmac_sha512_import()
307 static int crypto_hmac_sha512_export_core(struct shash_desc *desc, void *out) in crypto_hmac_sha512_export_core()
313 static int crypto_hmac_sha512_import_core(struct shash_desc *desc, in crypto_hmac_sha512_import_core()