Searched defs:drvcrypt_authenc (Results 1 – 1 of 1) sorted by relevance
68 struct drvcrypt_authenc { struct74 TEE_Result (*init)(struct drvcrypt_authenc_init *dinit); argument76 TEE_Result (*update_aad)(struct drvcrypt_authenc_update_aad *dupdate); argument78 TEE_Result (*update_payload)(struct drvcrypt_authenc_update_payload *d); argument80 TEE_Result (*enc_final)(struct drvcrypt_authenc_final *dfinal); argument82 TEE_Result (*dec_final)(struct drvcrypt_authenc_final *dfinal); argument94 static inline TEE_Result drvcrypt_register_authenc(struct drvcrypt_authenc *ops) in drvcrypt_register_authenc() argument
Completed in 3 milliseconds