Home
last modified time | relevance | path

Searched refs:drvcrypt_authenc_final (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/drivers/crypto/crypto_api/include/
H A Ddrvcrypt_authenc.h57 struct drvcrypt_authenc_final { struct
80 TEE_Result (*enc_final)(struct drvcrypt_authenc_final *dfinal); argument
82 TEE_Result (*dec_final)(struct drvcrypt_authenc_final *dfinal);
/optee_os/core/drivers/crypto/caam/ae/
H A Dlocal.h33 TEE_Result (*final)(struct drvcrypt_authenc_final *dfinal);
100 TEE_Result caam_ae_final_gcm(struct drvcrypt_authenc_final *dfinal);
114 TEE_Result caam_ae_final_ccm(struct drvcrypt_authenc_final *dfinal);
H A Dcaam_ae_ccm.c179 TEE_Result caam_ae_final_ccm(struct drvcrypt_authenc_final *dfinal) in caam_ae_final_ccm()
H A Dcaam_ae_gcm.c323 TEE_Result caam_ae_final_gcm(struct drvcrypt_authenc_final *dfinal) in caam_ae_final_gcm()
H A Dcaam_ae.c266 static TEE_Result caam_ae_final(struct drvcrypt_authenc_final *dfinal) in caam_ae_final()
/optee_os/core/drivers/crypto/crypto_api/authenc/
H A Dauthenc.c216 struct drvcrypt_authenc_final dfinal = { in authenc_enc_final()
264 struct drvcrypt_authenc_final dfinal = { in authenc_dec_final()
/optee_os/core/drivers/crypto/versal/
H A Dauthenc.c565 static TEE_Result do_enc_final(struct drvcrypt_authenc_final *dfinal) in do_enc_final()
619 static TEE_Result do_dec_final(struct drvcrypt_authenc_final *dfinal) in do_dec_final()
795 static TEE_Result do_enc_final_locked(struct drvcrypt_authenc_final *p) in do_enc_final_locked()
805 static TEE_Result do_dec_final_locked(struct drvcrypt_authenc_final *p) in do_dec_final_locked()
/optee_os/core/drivers/crypto/stm32/
H A Dauthenc.c267 static TEE_Result stm32_ae_enc_final(struct drvcrypt_authenc_final *dfinal) in stm32_ae_enc_final()
281 static TEE_Result stm32_ae_dec_final(struct drvcrypt_authenc_final *dfinal) in stm32_ae_dec_final()
/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_authenc.c625 static TEE_Result final_params_check(struct drvcrypt_authenc_final *dfinal) in final_params_check()
654 static TEE_Result sec_authenc_enc_final(struct drvcrypt_authenc_final *dfinal) in sec_authenc_enc_final()
693 static TEE_Result sec_authenc_dec_final(struct drvcrypt_authenc_final *dfinal) in sec_authenc_dec_final()