Home
last modified time | relevance | path

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

/optee_os/core/include/crypto/
H A Dcrypto_impl.h233 struct crypto_cipher_ops { struct
234 TEE_Result (*init)(struct crypto_cipher_ctx *ctx,
239 TEE_Result (*update)(struct crypto_cipher_ctx *ctx, bool last_block,
241 void (*final)(struct crypto_cipher_ctx *ctx);
243 void (*free_ctx)(struct crypto_cipher_ctx *ctx);
244 void (*copy_state)(struct crypto_cipher_ctx *dst_ctx,