Searched refs:crypto_hmac (Results 1 – 2 of 2) sorted by relevance
13 static struct crypto_hmac *to_hmac_ctx(struct crypto_mac_ctx *ctx) in to_hmac_ctx()15 return container_of(ctx, struct crypto_hmac, hmac_op); in to_hmac_ctx()21 struct crypto_hmac *hash = NULL; in sec_hmac_initialize()38 struct crypto_hmac *hash = NULL; in sec_hmac_do_update()60 struct crypto_hmac *hash = to_hmac_ctx(ctx); in sec_hmac_do_final()68 struct crypto_hmac *hash = NULL; in sec_hmac_ctx_free()90 struct crypto_hmac *out_hash = NULL; in sec_hmac_copy_state()91 struct crypto_hmac *in_hash = NULL; in sec_hmac_copy_state()120 struct crypto_hmac *hash = NULL; in sec_hmac_ctx_allocate()
60 struct crypto_hmac { struct