Home
last modified time | relevance | path

Searched refs:SEC_HW_TASK_DONE (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/drivers/crypto/hisilicon/
H A Dsec_pbkdf2.c19 if (done != SEC_HW_TASK_DONE || sqe->type2.error_type) { in sec_pbkdf2_parse_sqe()
66 if (done != SEC_HW_TASK_DONE || sqe->error_type) { in sec_pbkdf2_parse_bd3_sqe()
H A Dsec_main.h20 #define SEC_HW_TASK_DONE 0x1 macro
H A Dsec_hash.c247 if (done != SEC_HW_TASK_DONE || sqe->type2.error_type) { in sec_parse_digest_sqe()
263 if (done != SEC_HW_TASK_DONE || sqe->error_type) { in sec_parse_digest_bd3_sqe()
H A Dsec_cipher.c381 if (done != SEC_HW_TASK_DONE || sqe->type2.error_type) { in sec_cipher_bd_parse()
422 if (done != SEC_HW_TASK_DONE || sqe->error_type) { in sec_cipher_bd3_parse()
H A Dsec_authenc.c67 if (done != SEC_HW_TASK_DONE || sqe->type2.error_type) { in sec_aead_bd_parse()
122 if (done != SEC_HW_TASK_DONE || sqe->error_type) { in sec_aead_bd3_parse()