Home
last modified time | relevance | path

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

/optee_os/core/include/crypto/
H A Dcrypto_impl.h326 struct crypto_authenc_ops { struct
327 TEE_Result (*init)(struct crypto_authenc_ctx *ctx,
333 TEE_Result (*update_aad)(struct crypto_authenc_ctx *ctx,
335 TEE_Result (*update_payload)(struct crypto_authenc_ctx *ctx,
339 TEE_Result (*enc_final)(struct crypto_authenc_ctx *ctx,
343 TEE_Result (*dec_final)(struct crypto_authenc_ctx *ctx,
347 void (*final)(struct crypto_authenc_ctx *ctx);
348 void (*free_ctx)(struct crypto_authenc_ctx *ctx);
349 void (*copy_state)(struct crypto_authenc_ctx *dst_ctx,