Searched defs:crypto_authenc_ops (Results 1 – 1 of 1) sorted by relevance
240 struct crypto_authenc_ops { struct241 TEE_Result (*init)(struct crypto_authenc_ctx *ctx,247 TEE_Result (*update_aad)(struct crypto_authenc_ctx *ctx,249 TEE_Result (*update_payload)(struct crypto_authenc_ctx *ctx,253 TEE_Result (*enc_final)(struct crypto_authenc_ctx *ctx,257 TEE_Result (*dec_final)(struct crypto_authenc_ctx *ctx,261 void (*final)(struct crypto_authenc_ctx *ctx);262 void (*free_ctx)(struct crypto_authenc_ctx *ctx);263 void (*copy_state)(struct crypto_authenc_ctx *dst_ctx,
Completed in 3 milliseconds