Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/crypto/crypto_api/include/
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-3.20.0/core/drivers/crypto/crypto_api/authenc/
A Dauthenc.c216 struct drvcrypt_authenc_final dfinal = { in authenc_enc_final()
264 struct drvcrypt_authenc_final dfinal = { in authenc_dec_final()
/optee_os-3.20.0/core/drivers/crypto/versal/
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-3.20.0/core/drivers/crypto/stm32/
A Dauthenc.c271 static TEE_Result stm32_ae_enc_final(struct drvcrypt_authenc_final *dfinal) in stm32_ae_enc_final()
285 static TEE_Result stm32_ae_dec_final(struct drvcrypt_authenc_final *dfinal) in stm32_ae_dec_final()

Completed in 6 milliseconds