Searched defs:crypto_cipher_ops (Results 1 – 1 of 1) sorted by relevance
233 struct crypto_cipher_ops { struct234 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,