Searched defs:crypto_mac_ops (Results 1 – 1 of 1) sorted by relevance
87 struct crypto_mac_ops { struct88 TEE_Result (*init)(struct crypto_mac_ctx *ctx, const uint8_t *key,90 TEE_Result (*update)(struct crypto_mac_ctx *ctx, const uint8_t *data,92 TEE_Result (*final)(struct crypto_mac_ctx *ctx, uint8_t *digest,94 void (*free_ctx)(struct crypto_mac_ctx *ctx);95 void (*copy_state)(struct crypto_mac_ctx *dst_ctx,
Completed in 3 milliseconds