Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/crypto/
A Dcrypto_impl.h153 struct crypto_cipher_ops { struct
154 TEE_Result (*init)(struct crypto_cipher_ctx *ctx,
159 TEE_Result (*update)(struct crypto_cipher_ctx *ctx, bool last_block,
161 void (*final)(struct crypto_cipher_ctx *ctx);
163 void (*free_ctx)(struct crypto_cipher_ctx *ctx);
164 void (*copy_state)(struct crypto_cipher_ctx *dst_ctx,

Completed in 2 milliseconds