Searched refs:hmac_sha512_ctx (Results 1 – 5 of 5) sorted by relevance
805 struct hmac_sha512_ctx { struct832 static inline void hmac_sha512_init(struct hmac_sha512_ctx *ctx, in hmac_sha512_init()850 void hmac_sha512_init_usingrawkey(struct hmac_sha512_ctx *ctx,863 static inline void hmac_sha512_update(struct hmac_sha512_ctx *ctx, in hmac_sha512_update()878 void hmac_sha512_final(struct hmac_sha512_ctx *ctx,
258 #define HMAC_SHA512_CTX(desc) ((struct hmac_sha512_ctx *)shash_desc_ctx(desc))301 struct hmac_sha512_ctx *ctx = HMAC_SHA512_CTX(desc); in crypto_hmac_sha512_import()316 struct hmac_sha512_ctx *ctx = HMAC_SHA512_CTX(desc); in crypto_hmac_sha512_import_core()398 .descsize = sizeof(struct hmac_sha512_ctx),
320 void hmac_sha512_init_usingrawkey(struct hmac_sha512_ctx *ctx, in hmac_sha512_init_usingrawkey()356 void hmac_sha512_final(struct hmac_sha512_ctx *ctx, in hmac_sha512_final()377 struct hmac_sha512_ctx ctx; in hmac_sha512()401 struct hmac_sha512_ctx ctx; in hmac_sha512_usingrawkey()
15 #define HMAC_CTX hmac_sha512_ctx
76 struct hmac_sha512_ctx ctx; in fscrypt_hkdf_expand()