Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/include/crypto/
A Dcrypto_impl.h246 struct crypto_authenc_ops { struct
247 TEE_Result (*init)(struct crypto_authenc_ctx *ctx,
253 TEE_Result (*update_aad)(struct crypto_authenc_ctx *ctx,
255 TEE_Result (*update_payload)(struct crypto_authenc_ctx *ctx,
259 TEE_Result (*enc_final)(struct crypto_authenc_ctx *ctx,
263 TEE_Result (*dec_final)(struct crypto_authenc_ctx *ctx,
267 void (*final)(struct crypto_authenc_ctx *ctx);
268 void (*free_ctx)(struct crypto_authenc_ctx *ctx);
269 void (*copy_state)(struct crypto_authenc_ctx *dst_ctx,

Completed in 3 milliseconds