Searched refs:sha512_init (Results 1 – 3 of 3) sorted by relevance
21 static int sha512_init(struct shash_desc *desc) in sha512_init() function68 .init = sha512_init,
91 .init = (qcrypto_nettle_init)sha512_init,
163 void sha512_init(struct sha512_ctx *ctx);415 void sha512_init(struct sha512_ctx *ctx) in sha512_init() function448 sha512_init(&ctx); in sha512()