Searched refs:TEE_OPERATION_AE (Results 1 – 8 of 8) sorted by relevance
111 #define TEE_OPERATION_AE 4 macro
1309 if (operation->info.operationClass != TEE_OPERATION_AE) { in TEE_AEInit()1361 if (operation->info.operationClass != TEE_OPERATION_AE) in TEE_AEUpdateAAD()1388 if (operation->info.operationClass != TEE_OPERATION_AE) { in TEE_AEUpdate()1470 if (operation->info.operationClass != TEE_OPERATION_AE) { in TEE_AEEncryptFinal()1561 if (operation->info.operationClass != TEE_OPERATION_AE) { in TEE_AEDecryptFinal()
2041 case TEE_OPERATION_AE: in cryp_state_free()2213 case TEE_OPERATION_AE: in syscall_cryp_state_alloc()2307 case TEE_OPERATION_AE: in syscall_cryp_state_copy()3276 if (TEE_ALG_GET_CLASS(cs->algo) != TEE_OPERATION_AE) in syscall_authenc_update_aad()3304 if (TEE_ALG_GET_CLASS(cs->algo) != TEE_OPERATION_AE) in syscall_authenc_update_payload()3366 if (TEE_ALG_GET_CLASS(cs->algo) != TEE_OPERATION_AE) in syscall_authenc_enc_final()3450 if (TEE_ALG_GET_CLASS(cs->algo) != TEE_OPERATION_AE) in syscall_authenc_dec_final()
206 class != TEE_OPERATION_AE) in crypto_cipher_get_block_size()
Completed in 30 milliseconds