Lines Matching refs:TEE_SUCCESS
43 return TEE_SUCCESS; in crypto_aes_gcm_alloc_ctx()
88 return TEE_SUCCESS; in crypto_aes_gcm_init()
102 return TEE_SUCCESS; in crypto_aes_gcm_update_aad()
110 TEE_Result res = TEE_SUCCESS; in crypto_aes_gcm_update_payload()
130 if (res != TEE_SUCCESS) in crypto_aes_gcm_update_payload()
139 return TEE_SUCCESS; in crypto_aes_gcm_update_payload()
147 TEE_Result res = TEE_SUCCESS; in crypto_aes_gcm_enc_final()
154 if (res != TEE_SUCCESS) in crypto_aes_gcm_enc_final()
169 return TEE_SUCCESS; in crypto_aes_gcm_enc_final()
191 if (res != TEE_SUCCESS) in crypto_aes_gcm_dec_final()
202 res = TEE_SUCCESS; in crypto_aes_gcm_dec_final()