Lines Matching defs:desc

67 #define MD5_CTX(desc) ((struct md5_ctx *)shash_desc_ctx(desc))  argument
69 static int crypto_md5_init(struct shash_desc *desc) in crypto_md5_init()
75 static int crypto_md5_update(struct shash_desc *desc, in crypto_md5_update()
82 static int crypto_md5_final(struct shash_desc *desc, u8 *out) in crypto_md5_final()
88 static int crypto_md5_digest(struct shash_desc *desc, in crypto_md5_digest()
95 static int crypto_md5_export(struct shash_desc *desc, void *out) in crypto_md5_export()
100 static int crypto_md5_import(struct shash_desc *desc, const void *in) in crypto_md5_import()
105 static int crypto_md5_export_core(struct shash_desc *desc, void *out) in crypto_md5_export_core()
110 static int crypto_md5_import_core(struct shash_desc *desc, const void *in) in crypto_md5_import_core()
116 #define HMAC_MD5_CTX(desc) ((struct hmac_md5_ctx *)shash_desc_ctx(desc)) argument
125 static int crypto_hmac_md5_init(struct shash_desc *desc) in crypto_hmac_md5_init()
131 static int crypto_hmac_md5_update(struct shash_desc *desc, in crypto_hmac_md5_update()
138 static int crypto_hmac_md5_final(struct shash_desc *desc, u8 *out) in crypto_hmac_md5_final()
144 static int crypto_hmac_md5_digest(struct shash_desc *desc, in crypto_hmac_md5_digest()
151 static int crypto_hmac_md5_export(struct shash_desc *desc, void *out) in crypto_hmac_md5_export()
156 static int crypto_hmac_md5_import(struct shash_desc *desc, const void *in) in crypto_hmac_md5_import()
164 static int crypto_hmac_md5_export_core(struct shash_desc *desc, void *out) in crypto_hmac_md5_export_core()
169 static int crypto_hmac_md5_import_core(struct shash_desc *desc, const void *in) in crypto_hmac_md5_import_core()