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