Searched defs:crypto_mac_ops (Results 1 – 1 of 1) sorted by relevance
123 struct crypto_mac_ops { struct124 TEE_Result (*init)(struct crypto_mac_ctx *ctx, const uint8_t *key,126 TEE_Result (*update)(struct crypto_mac_ctx *ctx, const uint8_t *data,128 TEE_Result (*final)(struct crypto_mac_ctx *ctx, uint8_t *digest,130 void (*free_ctx)(struct crypto_mac_ctx *ctx);131 void (*copy_state)(struct crypto_mac_ctx *dst_ctx,