Home
last modified time | relevance | path

Searched defs:crypto_mac_ops (Results 1 – 1 of 1) sorted by relevance

/optee_os-3.20.0/core/include/crypto/
A Dcrypto_impl.h87 struct crypto_mac_ops { struct
88 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