Home
last modified time | relevance | path

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

/optee_os/core/include/crypto/
A Dcrypto_impl.h21 struct crypto_hash_ops { struct
22 TEE_Result (*init)(struct crypto_hash_ctx *ctx);
23 TEE_Result (*update)(struct crypto_hash_ctx *ctx, const uint8_t *data,
25 TEE_Result (*final)(struct crypto_hash_ctx *ctx, uint8_t *digest,
27 void (*free_ctx)(struct crypto_hash_ctx *ctx);
28 void (*copy_state)(struct crypto_hash_ctx *dst_ctx,

Completed in 2 milliseconds