Searched refs:TEE_OPERATION_AE (Results 1 – 4 of 4) sorted by relevance
1591 if (operation->info.operationClass != TEE_OPERATION_AE) { in TEE_AEInit()1650 if (operation->info.operationClass != TEE_OPERATION_AE) in TEE_AEUpdateAAD()1673 if (operation->info.operationClass != TEE_OPERATION_AE) in __GP11_TEE_AEUpdateAAD()1748 if (operation->info.operationClass != TEE_OPERATION_AE) { in TEE_AEUpdate()1783 if (operation->info.operationClass != TEE_OPERATION_AE) { in __GP11_TEE_AEUpdate()1829 if (operation->info.operationClass != TEE_OPERATION_AE) { in TEE_AEEncryptFinal()1940 if (operation->info.operationClass != TEE_OPERATION_AE) { in TEE_AEDecryptFinal()
214 #define TEE_OPERATION_AE 4 macro
2611 case TEE_OPERATION_AE: in cryp_state_free()2834 case TEE_OPERATION_AE: in syscall_cryp_state_alloc()2928 case TEE_OPERATION_AE: in syscall_cryp_state_copy()4145 if (TEE_ALG_GET_CLASS(cs->algo) != TEE_OPERATION_AE) in syscall_authenc_update_aad()4175 if (TEE_ALG_GET_CLASS(cs->algo) != TEE_OPERATION_AE) in syscall_authenc_update_payload()4242 if (TEE_ALG_GET_CLASS(cs->algo) != TEE_OPERATION_AE) in syscall_authenc_enc_final()4332 if (TEE_ALG_GET_CLASS(cs->algo) != TEE_OPERATION_AE) in syscall_authenc_dec_final()
226 class != TEE_OPERATION_AE) in crypto_cipher_get_block_size()